Class
SeriesCreatingEventArgs

Event arguments for creating the series

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class SeriesCreatingEventArgs : EventArgs

Inheritance: objectEventArgsSeriesCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

SeriesCreatingEventArgs(CartesianSeries)

Initializes a new instance of the SeriesCreatingEventArgs class.

Declaration

cs-api-definition
public SeriesCreatingEventArgs(CartesianSeries series)

Parameters

series

CartesianSeries

The series.

Properties

Series

Gets or sets the series.

Declaration

cs-api-definition
public CartesianSeries Series { get; set; }

Property Value

CartesianSeries

The series.