.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ScaleRange Class : IncludeInAxisScale Property
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
'Declaration
 
Public Property IncludeInAxisScale As Boolean
'Usage
 
Dim instance As ScaleRange
Dim value As Boolean
 
instance.IncludeInAxisScale = value
 
value = instance.IncludeInAxisScale
public bool IncludeInAxisScale {get; set;}
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.
Example
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