Enum
RangeSeriesStrokeMode

Defines how a range shape is outlined.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
[Flags]
public enum RangeSeriesStrokeMode

Fields

HighPoints

The path segment will have a stroke along the High values.

Declaration

cs-api-definition
HighPoints = 2

Field Value

RangeSeriesStrokeMode

LowAndHighPoints

The path segment will have a stroke along the Low and High values.

Declaration

cs-api-definition
LowAndHighPoints = LowPoints | HighPoints

Field Value

RangeSeriesStrokeMode

LowPoints

The path segment will have a stroke along the Low values.

Declaration

cs-api-definition
LowPoints = 1

Field Value

RangeSeriesStrokeMode

None

No outlining.

Declaration

cs-api-definition
None = 0

Field Value

RangeSeriesStrokeMode