Enum
RangeSeriesStrokeMode

Defines how an RangeSeries shape is outlined.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.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