dotnetCHARTING Send comments on this topic.
ScaleRange Property
See Also 
dotnetCHARTING Namespace > Viewport Class : ScaleRange Property


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

Visual Basic (Declaration) 
Public Property ScaleRange As ScaleRange
Visual Basic (Usage)Copy Code
Dim instance As Viewport
Dim value As ScaleRange
 
instance.ScaleRange = value
 
value = instance.ScaleRange
C# 
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.

See Also

© 2010 All Rights Reserved.