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


Gets or sets a value indicating whether an AxisTick or AxisMarker object using this ScaleRange will force the axis to expand it's scale to show it.

Syntax

Visual Basic (Declaration) 
Public Property IncludeInAxisScale As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ScaleRange
Dim value As Boolean
 
instance.IncludeInAxisScale = value
 
value = instance.IncludeInAxisScale
C# 
public bool IncludeInAxisScale {get; set;}

Example

Remarks

When this option is used with a range instead of a single value. The axis maximum or minimum will snap to the outer edge of this range.

See Also

© 2010 All Rights Reserved.