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;}

See Also