Class SeriesInitializingEventArgs
Inheritance
System.Object
SeriesInitializingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class SeriesInitializingEventArgs : CancelEventArgs
Constructors
SeriesInitializingEventArgs(Type, CartesianSeries)
Initializes a new instance of the SeriesInitializingEventArgs class.
Declaration
public SeriesInitializingEventArgs(Type type, CartesianSeries series)
Parameters
System.Type
type
The type. |
CartesianSeries
series
The series. |
Properties
Series
Gets or sets the series.
Declaration
public CartesianSeries Series { get; set; }
Property Value
CartesianSeries
The series. |
SeriesType
Gets or sets the type of the series.
Declaration
public Type SeriesType { get; set; }
Property Value
System.Type
The type of the series. |