Class
SeriesInitializingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class SeriesInitializingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSeriesInitializingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SeriesInitializingEventArgs(Type, CartesianSeries)

Initializes a new instance of the SeriesInitializingEventArgs class.

Declaration

cs-api-definition
public SeriesInitializingEventArgs(Type type, CartesianSeries series)

Parameters

type

Type

The type.

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.

SeriesType

Gets or sets the type of the series.

Declaration

cs-api-definition
public Type SeriesType { get; set; }

Property Value

Type

The type of the series.