New to Telerik UI for WinFormsStart a free 30-day trial

Event arguments for creating the series

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class SeriesCreatingEventArgs : EventArgs

Inheritance: objectEventArgsSeriesCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SeriesCreatingEventArgs class.

C#
public SeriesCreatingEventArgs(CartesianSeries series)
Parameters:seriesCartesianSeries

The series.

Properties

Gets or sets the series.

C#
public CartesianSeries Series { get; set; }
Property Value:

The series.