Version

SeriesCreated Event

Event raised when a new fragment series is automatically generated.
Syntax
'Declaration
 
Public Event SeriesCreated As StackedSeriesCreatedEventHandler
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.
DashArray Gets or sets the series stroke dash array.
DashCap Gets or sets the series dash cap.
Index Gets the index of the series.
LegendItemVisibility Gets or sets the visibility of the series legend.
LineCap  
MarkerBrush Gets or sets the series marker brush.
MarkerOutline Gets or sets the series marker outline.
MarkerStyle Gets or sets the series marker style.
MarkerThickness Gets or sets the series marker thickness.
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.
TransitionDuration Gets or sets the animation transition duration for the series.
TransitionEasingFunction Gets or sets the animation easing function for the series.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also