ClassSeriesCollectionEventArgs
Class
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
Constructors
SeriesCollectionEventArgs(ChartSeries)
Initializes a new instance of the SeriesCollectionEventArgs class.
Declaration
cs-api-definition
public SeriesCollectionEventArgs(ChartSeries series)
Parameters
series
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
The ChartSeries that triggered the event.