Class ChartSeriesCreatedEventArgs
The chart series created event arguments provide the necessary information about the chart series that used to create the pivot chart.
Inheritance
System.Object
ChartSeriesCreatedEventArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartSeriesCreatedEventArgs : Object
Constructors
ChartSeriesCreatedEventArgs()
Declaration
public ChartSeriesCreatedEventArgs()
Properties
Cancel
Defines an option to restrict the pivot chart rendring.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Series
Defines the collection of chart series information that used to render the pivot chart.
Declaration
public dynamic Series { get; set; }
Property Value
Type | Description |
---|---|
System.Object | A collection of objects that contains information about the chart series, such as the series name, data points, and axis labels. |