Enum RangeSeriesStrokeMode
Defines how a range shape is outlined.
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[Flags]
public enum RangeSeriesStrokeMode
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.
LowPoints
The path segment will have a stroke along the Low values.
None
No outlining.