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.
EndCap Gets or sets the end cap.
Index Gets the index of the series.
LegendItemBadgeTemplate Gets or sets the series legend item badge templae.
LegendItemTemplate Gets or sets the series legend item template.
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.
MarkerTemplate Gets or sets the series marker template.
MarkerThickness Gets or sets the series marker thickness.
MarkerType Gets or sets the series marker type.
Outline Gets or sets the series outline brush.
StartCap Gets or sets the start cap.
Thickness Gets or sets the series outline thickness.
Title Gets or sets the series title.
ToolTip Gets or sets the series tooltip.
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 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