Enum AreaSeriesStrokeMode
Defines how an area shape is outlined.
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[Flags]
public enum AreaSeriesStrokeMode
All
All enumeration members are defined and the area is fully outlined.
AllButPlotLine
All members except the PlotLine are specified.
LeftAndPoints
Left line and points are outlined.
LeftLine
The left line (from plotline to the first point) is outlined.
None
No outlining.
PlotLine
The plotline is outlines.
Points
The line that connects all points is outlined. This is the default mode.
RightAndPoints
Right line and points are outlined.
RightLine
The right line (from plotline to the last point) is outlined.