TCustomizeChartEventArgs Class
Arguments passed on TFlexCelReport.CustomizeChart
Syntax
Unit: FlexCel.Report
TCustomizeChartEventArgs = class(EventArgs);
Constructors
Name |
Description |
Create |
Creates a new Argument.
|
Properties
Name |
Description |
DataFile |
The file with the chart.
|
Chart |
Chart that is being processed. Modify its properties in this event.
|
ChartName |
Name of the chart. If this is a chart sheet, then it is the name of the sheet. Otherwise is the name of the object.
|