Class OutOfRangeRule
Specifies the out of range rule for a DataBarShape.
Inheritance
System.Object
OutOfRangeRule
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class OutOfRangeRule : Enum
Fields
Left
A rule should be applied on the left side of the bar shape.
Declaration
public const OutOfRangeRule Left
Field Value
OutOfRangeRule
|
None
Right
A rule should be applied on the right side of the bar shape.
Declaration
public const OutOfRangeRule Right
Field Value
OutOfRangeRule
|
value__
Declaration
public int value__
Field Value
System.Int32
|