EnumRangeSeriesStrokeMode
Enum
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.
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.