Version

SeriesCreated Event (StackedSeriesBase)

Event raised when a new fragment series is automatically generated.
Syntax
public event StackedSeriesCreatedEventHandler SeriesCreated
Event Data

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

PropertyDescription
Brush Gets or sets the series brush.
Index Gets the index of the series.
LegendItemVisibility Gets or sets the visibility of the series legend.
MarkerBrush Gets or sets the series marker brush.
MarkerOutline Gets or sets the series marker outline.
MarkerStyle Gets or sets the series marker style.
MarkerType Gets or sets the series marker type.
Outline Gets or sets the series outline brush.
Thickness Gets or sets the series outline thickness.
Title Gets or sets the series title.
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