EnumAreaSeriesStrokeMode
Enum
Defines how an area shape is outlined.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
[Flags]
public enum AreaSeriesStrokeMode
Fields
All
All enumeration members are defined and the area is fully outlined.
AllButPlotLine
All members except the PlotLine are specified.
Declaration
cs-api-definition
AllButPlotLine = LeftLine | RightAndPoints
Field Value
LeftAndPoints
Left line and points are outlined.
LeftLine
The left line (from plotline to the first point) is outlined.
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.