Enum
AreaSeriesStrokeMode

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.

Declaration

cs-api-definition
All = AllButPlotLine | PlotLine

Field Value

AreaSeriesStrokeMode

AllButPlotLine

All members except the PlotLine are specified.

Declaration

cs-api-definition
AllButPlotLine = LeftLine | RightAndPoints

Field Value

AreaSeriesStrokeMode

LeftAndPoints

Left line and points are outlined.

Declaration

cs-api-definition
LeftAndPoints = LeftLine | Points

Field Value

AreaSeriesStrokeMode

LeftLine

The left line (from plotline to the first point) is outlined.

Declaration

cs-api-definition
LeftLine = 1

Field Value

AreaSeriesStrokeMode

None

No outlining.

Declaration

cs-api-definition
None = 0

Field Value

AreaSeriesStrokeMode

PlotLine

The plotline is outlines.

Declaration

cs-api-definition
PlotLine = 8

Field Value

AreaSeriesStrokeMode

Points

The line that connects all points is outlined. This is the default mode.

Declaration

cs-api-definition
Points = 2

Field Value

AreaSeriesStrokeMode

RightAndPoints

Right line and points are outlined.

Declaration

cs-api-definition
RightAndPoints = Points | RightLine

Field Value

AreaSeriesStrokeMode

RightLine

The right line (from plotline to the last point) is outlined.

Declaration

cs-api-definition
RightLine = 4

Field Value

AreaSeriesStrokeMode