Enum AreaSeriesStrokeMode
Defines how an AreaSeries shape is outlined.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum AreaSeriesStrokeMode
All
All enum 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.