Class PivotChart.ChartPopulatedEventArgs
Provides data for the ChartPopulatedEventHandler
Inheritance
System.Object
PivotChart.ChartPopulatedEventArgs
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public class ChartPopulatedEventArgs : SyncfusionHandledEventArgs
Constructors
ChartPopulatedEventArgs(ChartControl)
Create a new instance for ChartPopulatedEventArgs
Declaration
public ChartPopulatedEventArgs(ChartControl chartControl)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartControl | chartControl | That provides Chart control of PivotChart |
Properties
ChartControl
Gets Chart control of PivotChart.
Declaration
public ChartControl ChartControl { get; }
Property Value
| Type |
|---|
| ChartControl |