Class
ChartSeriesCreatedEventArgs

Encapsulates the data associated with the SeriesCreated event.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ChartSeriesCreatedEventArgs : EventArgs

Inheritance: objectEventArgsChartSeriesCreatedEventArgs

Inherited Members EventArgs.Empty

Properties

Context

The view model (data context) of the series.

Declaration

cs-api-definition
public object Context { get; }

Property Value

object

Series

The series that was just created. It can be set up additionally or completely replaced. This property may be null (for example in cases when a suitable descriptor was not found). In such a case, this property can still be used to set a new series that will get added to the chart.

Declaration

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

Property Value

ChartSeries

In this article
DefinitionPropertiesContextSeries
Not finding the help you need?
Contact Support