ClassSeriesInitializingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class SeriesInitializingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSeriesInitializingEventArgs
Inherited Members
Constructors
SeriesInitializingEventArgs(Type, CartesianSeries)
Initializes a new instance of the SeriesInitializingEventArgs class.
Declaration
cs-api-definition
public SeriesInitializingEventArgs(Type type, CartesianSeries series)
Parameters
type
The type.
series
The series.
Properties
Series
Gets or sets the series.
Declaration
cs-api-definition
public CartesianSeries Series { get; set; }
Property Value
The series.
SeriesType
Gets or sets the type of the series.
Declaration
cs-api-definition
public Type SeriesType { get; set; }
Property Value
The type of the series.