IChartOptions Interface
Base class for options specific to the type of chart.
Syntax
Unit: FlexCel.Core
IChartOptions = interface(IInterface);
Methods
Name |
Description |
IsStacked |
Returns true is the chart is stacked, either normally or 100%% stacked.
|
CompareTo |
Orders the chart options depending on their z-order.
|
Properties
Name |
Description |
ChartType |
Chart Type.
|
ChangeColorsOnEachSeries |
If false, all series will be the same color.
|
ZOrder |
Z-Order of this chart group, with 0 being the bottom. Chart groups with lower z-Order are drawn below the ones with higher ones.
|
AxisNumber |
Axis where this chart group belongs, 0 is primary, 1 is secondary. In xlsx files it is not used, since the primary or secondary axis is given by the subchart where the series is.
|
SeriesOptions |
Global options for all the series on this chart group.
|
DefaultLabel |
Default label properties for this group of charts.
|