New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides data for series collection events.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public class SeriesCollectionEventArgs : EventArgs

Inheritance: objectEventArgsSeriesCollectionEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SeriesCollectionEventArgs class.

C#
public SeriesCollectionEventArgs(ChartSeries series)
Parameters:seriesChartSeries

The series that triggered the event.

Properties

Gets the series associated with the event.

C#
public ChartSeries Series { get; }
Property Value:

The ChartSeries that triggered the event.