Class
SeriesCollectionEventArgs

Provides data for series collection events.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class SeriesCollectionEventArgs : EventArgs

Inheritance: objectEventArgsSeriesCollectionEventArgs

Inherited Members EventArgs.Empty

Constructors

SeriesCollectionEventArgs(ChartSeries)

Initializes a new instance of the SeriesCollectionEventArgs class.

Declaration

cs-api-definition
public SeriesCollectionEventArgs(ChartSeries series)

Parameters

series

ChartSeries

The series that triggered the event.

Properties

Series

Gets the series associated with the event.

Declaration

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

Property Value

ChartSeries

The ChartSeries that triggered the event.