TXlsxChart.SetChartAxis Method
Sets the options for either the primary or secondary pair of axis.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsxChart.SetChartAxis(axis: IChartAxis);
Parameters
<-> |
Parameter |
Type |
Description |
|
axis |
IChartAxis |
Pair of axis we want to set the options. |
See also