RadControls for Silverlight

Gets the rule that is applied when the Value is out of range.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public OutOfRangeRule AppliedOutOfRangeRule { get; }
Visual Basic
Public ReadOnly Property AppliedOutOfRangeRule As OutOfRangeRule
	Get

Remarks

This property is set internally depending on the value of the ShowOutOfRangeIndicators property. If the Value is greater than the Maximum, the value of this property is Right. If the Value is less than the Minimum, the value of this property is Left.

See Also