TCustomizeChartEventArgs.Create Constructor
Creates a new Argument.
Syntax
Unit: FlexCel.Report
constructor TCustomizeChartEventArgs.Create(const aExcelFile: TExcelFile; const aChart: IExcelChart; const aChartName: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aExcelFile |
TExcelFile |
The ExcelFile that has the chart. |
const |
aChart |
IExcelChart |
Chart being processed. You can modify its properties in this event. |
const |
aChartName |
string |
Name of the chart. |
See also