Gets the actual pen range maximum. Can be NaN.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double ActualRangeMaximum { get; private set; }
Visual Basic
Public Property ActualRangeMaximum As Double
	Get
	Private Set
JScript
function get ActualRangeMaximum () : double
private function set ActualRangeMaximum (value : double)

Remarks

The actual calculated range maximum depends on the RangeMaximumMode property.

See Also