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
Constructors
Initializes a new instance of the SeriesCollectionEventArgs class.
C#
public SeriesCollectionEventArgs(ChartSeries series)
The series that triggered the event.
Properties
Gets the series associated with the event.