Table of Contents

CustomizeChartEventArgs.CustomizeChartEventArgs Constructor

Creates a new Argument.

Syntax

Namespace: FlexCel.Report

public CustomizeChartEventArgs(ExcelFile aExcelFile, ExcelChart aChart, String aChartName)

Parameters

<-> Parameter Type Description
aExcelFile ExcelFile The ExcelFile that has the chart.
aChart ExcelChart Chart being processed. You can modify its properties in this event.
aChartName String Name of the chart.

See also