.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : DefaultTick Property
DefaultTick Property
Gets or sets an AxisTick that acts as a vehicle for property settings that will propagate to all other axis ticks on this axis.
Syntax
'Declaration
 
Public Property DefaultTick As AxisTick
'Usage
 
Dim instance As Axis
Dim value As AxisTick
 
instance.DefaultTick = value
 
value = instance.DefaultTick
public AxisTick DefaultTick {get; set;}
Remarks
The property settings of this object will not overwrite properties explicitly set for any given AxisTick.
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