OutOfRangeRule
Enum
Specifies the out of range rule for a DataBarShape.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum OutOfRangeRule
Fields
A rule should be applied on the left side of the bar shape.
C#
Left = 1
No rule should be applied.
C#
None = 0
A rule should be applied on the right side of the bar shape.
C#
Right = 2