ScaleRange Property (Viewport)
Gets or sets a scale range that indicates the range of an axis to show at a time as well as a starting position.
Syntax
'Declaration Public Property ScaleRange As ScaleRange
'Usage Dim instance As Viewport Dim value As ScaleRange instance.ScaleRange = value value = instance.ScaleRange
public ScaleRange ScaleRange {get; set;}
Remarks
When the viewport is used with a category axis (string values like element names), the min and max values of the scale range must be integers and they refer to the index of the axis ticks.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also