XlsChartSerie Class |
Namespace: Spire.Xls.Core.Spreadsheet.Charts
The XlsChartSerie type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Bubbles |
Bubble sizes for the series.
|
|
|
CategoryLabels |
Category labels for the series.
|
|
|
ChartGroup |
Index of the chart group.
|
|
|
DataLabels |
Gets or sets the data labels for the chart series.
|
|
|
DataPoints |
Returns collection of data points. Read-only.
|
|
|
EnteredDirectlyBubbles |
Represents bubble values as entered directly.
|
|
|
EnteredDirectlyCategoryLabels |
Represents category values as entered directly.
|
|
|
EnteredDirectlyValues |
Represents value as entered directly.
|
|
|
ErrorBarsX |
Represents X error bars. Read only.
|
|
|
ErrorBarsY |
Represents Y error bars. Read only.
|
|
|
Format |
Returns format of current serie.
|
|
|
HasDroplines |
Sets whether the series has drop lines.
|
|
|
HasErrorBarsX |
Indicates if serie contains X error bars.
|
|
|
HasErrorBarsY |
Indicates if serie contains Y error bars.
|
|
|
Index |
Represents index of the series.
|
|
|
InvertNegaColor |
Indicates wheter to invert its colors if the value is negative.
|
|
|
Name |
Name of the series.
|
|
|
NamedRange |
Series Name range for the series.
|
|
|
NameOrFormula |
Gets series name or formula value (not actual string value).
|
|
|
Number |
Number of the series.
|
|
|
Parent |
Reference to Parent object. Read-only.
(Inherited from
XlsObject
.)
|
|
|
ParentSeries |
Gets parent serie collection. Read - only.
|
|
|
ParetoLineFormat |
Return frame format. Read-only.
|
|
|
PointNumber |
Returns number of points in the series. Read-only.
|
|
|
RealIndex |
Synonym for Index property.
|
|
|
ReferenceCount |
Get quantity of instance references.
(Inherited from
XlsObject
.)
|
|
|
SerieType |
Represents serie type.
|
|
|
StartType |
Returns serie start type. Read-only.
|
|
|
TrendLines |
Represents serie trend lines collection. Read only.
|
|
|
UsePrimaryAxis |
Indicates whether to use primary axis for series drawing.
|
|
|
Values |
Values range for the series.
|
| Name | Description | |
|---|---|---|
|
|
AddReference |
Increase the quantity of reference. User must use this method when
new wrapper on object is created or reference on object stored.
(Inherited from
XlsObject
.)
|
|
|
CheckDisposed |
Checks whether object was disposed and throws exception if it was.
(Inherited from
XlsObject
.)
|
|
|
Clone |
Clone current instance.
|
|
|
Dispose |
Dispose object and free resources.
(Inherited from
XlsObject
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
ErrorBar(Boolean) |
Creates error bar object.
|
|
|
ErrorBar(Boolean, ErrorBarIncludeType) |
Creates error bar object.
|
|
|
ErrorBar(Boolean, IXLSRange, IXLSRange) |
Sets custom error bar type.
|
|
|
ErrorBar(Boolean, ErrorBarIncludeType, ErrorBarType) |
Creates error bar object.
|
|
|
ErrorBar(Boolean, ErrorBarIncludeType, ErrorBarType, Double) |
Creates error bar object.
|
|
|
Finalize |
Destructor. Call dispose method of current object.
(Inherited from
XlsObject
.)
|
|
|
FindParent(Type) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
|
|
FindParent( Type ) |
Find parent of object.
(Inherited from
XlsObject
.)
|
|
|
FindParent(Type, Boolean) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
|
|
FindParents |
Finds parent objects.
(Inherited from
XlsObject
.)
|
|
|
GetCommonSerieFormat |
Gets common serie format.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetSerieNameRange |
Gets serie name range.
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
XlsObject
.)
|
|
|
ReleaseReference |
Decrease quantity of Reference. User must call this method
when freeing resources.
(Inherited from
XlsObject
.)
|
|
|
SetDefaultName |
Sets default serie name.
|
|
|
SetParent |
Sets parent of the object.
(Inherited from
XlsObject
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
|
|
m_bIsDisposed |
Flag which indicates if the object was disposed or not.
(Inherited from
XlsObject
.)
|