HotXLS Docs

TXLSXChartPlotGroup class

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

ChartTypeThe chart family represented by this group
AxisGroupxlsxAxisPrimary or xlsxAxisSecondary
CategoryAxisId, ValueAxisId and SeriesAxisIdImported ChartML axis links retained through open and save cycles
SeriesCount and SeriesThe 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