Unit: lxHandleX
An ordered chart-family group inside one plot area Each group owns its series and selects the primary or secondary axis pair
Declaration
function TXLSXChart.AddPlotGroup(AChartType: TXLSXChartType;
AAxisGroup: TXLSXChartAxisGroup = xlsxAxisPrimary): TXLSXChartPlotGroup;
function TXLSXChartPlotGroup.AddSeries(const AName, ACategories,
AValues: WideString): TXLSXChartSeries;
Properties
| ChartType | The chart family represented by this group |
| AxisGroup | xlsxAxisPrimary or xlsxAxisSecondary |
| CategoryAxisId, ValueAxisId and SeriesAxisId | Imported ChartML axis links retained through open and save cycles |
| SeriesCount and Series | The series owned by this chart-family group |
Usage
The chart created by TXLSXCharts.Add already contains its primary compatibility group Add a second group only when the plot area needs another chart family or another axis pair
See also