Version

SeriesAdded Event (XamDomainChart)

Event raised when a series is initialized and added to this chart.
Syntax
public event ChartSeriesEventHandler SeriesAdded
Event Data

The event handler receives an argument of type ChartSeriesEventArgs containing data related to this event. The following ChartSeriesEventArgs properties provide information specific to this event.

PropertyDescription
Series Gets the series.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also