Class AreaSeriesStrokeMode
Defines how an area shape is outlined.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AreaSeriesStrokeMode : Enum
Fields
All
All enumeration members are defined and the area is fully outlined.
Declaration
public const AreaSeriesStrokeMode All
Field Value
AreaSeriesStrokeMode
|
AllButPlotLine
All members except the PlotLine are specified.
Declaration
public const AreaSeriesStrokeMode AllButPlotLine
Field Value
AreaSeriesStrokeMode
|
LeftAndPoints
Left line and points are outlined.
Declaration
public const AreaSeriesStrokeMode LeftAndPoints
Field Value
AreaSeriesStrokeMode
|
LeftLine
The left line (from plotline to the first point) is outlined.
Declaration
public const AreaSeriesStrokeMode LeftLine
Field Value
AreaSeriesStrokeMode
|
None
PlotLine
The plotline is outlines.
Declaration
public const AreaSeriesStrokeMode PlotLine
Field Value
AreaSeriesStrokeMode
|
Points
The line that connects all points is outlined. This is the default mode.
Declaration
public const AreaSeriesStrokeMode Points
Field Value
AreaSeriesStrokeMode
|
RightAndPoints
Right line and points are outlined.
Declaration
public const AreaSeriesStrokeMode RightAndPoints
Field Value
AreaSeriesStrokeMode
|
RightLine
The right line (from plotline to the last point) is outlined.
Declaration
public const AreaSeriesStrokeMode RightLine
Field Value
AreaSeriesStrokeMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|