Encapsulates the data associated with the SeriesCreated event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartSeries3DCreatedEventArgs : EventArgs
Inheritance: objectEventArgsChartSeries3DCreatedEventArgs
Inherited Members
Properties
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.
C#
public CartesianSeries3D Series { get; set; }