XlsChartSerie module
- class XlsChartSerie.XlsChartSerie
Bases:
XlsObject,IChartSerie,INamedObject- property Bubbles: IXLSRange
- property CategoryLabels: IXLSRange
- property ChartGroup: int
- property DataLabels: IChartDataLabels
- property DataPoints: IChartDataPoints
- property EnteredDirectlyBubbles: List[SpireObject]
- property EnteredDirectlyCategoryLabels: List[SpireObject]
- property EnteredDirectlyValues: List[SpireObject]
- ErrorBar
- property ErrorBarsX: IChartErrorBars
- <summary>
Represents X error bars. Read only.
</summary>
- property ErrorBarsY: IChartErrorBars
- <summary>
Represents Y error bars. Read only.
</summary>
- property Format: IChartSerieDataFormat
- GetCommonSerieFormat() XlsChartFormat
- <summary>
Gets common serie format.
</summary> <returns>Returns common serie format.</returns>
- GetSerieNameRange() IXLSRange
- property HasDroplines: bool
not support
- property HasErrorBarsX: bool
- <summary>
Indicates if serie contains X error bars.
</summary>
- property HasErrorBarsY: bool
- <summary>
Indicates if serie contains Y error bars.
</summary>
- property Index: int
- <summary>
Represents index of the series.
</summary>
- property InvertNegaColor: bool
- <summary>
Indicates wheter to invert its colors if the value is negative.
</summary>
- property Name: str
- property NameOrFormula: str
- property NamedRange: CellRange
- property Number: int
- <summary>
Number of the series.
</summary>
- property ParentSeries: XlsChartSeries
- <summary>
Gets parent serie collection. Read - only.
</summary>
- property ParetoLineFormat: IChartFrameFormat
- property PointNumber: int
- <summary>
Returns number of points in the series. Read-only.
</summary>
- property RealIndex: int
- property SerieType: ExcelChartType
- SetDefaultName(defaultName: str)
- property StartType: str
- <summary>
Returns serie start type. Read-only.
</summary>
- property TrendLines: IChartTrendLines
- <summary>
Represents serie trend lines collection. Read only.
</summary>
- property UsePrimaryAxis: bool
- property Values: IXLSRange