EnumRangeSeriesStrokeMode
Enum
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.
LowAndHighPoints
The path segment will have a stroke along the Low and High values.
Declaration
cs-api-definition
LowAndHighPoints = LowPoints | HighPoints
Field Value
LowPoints
The path segment will have a stroke along the Low values.