dotnetCHARTING Send comments on this topic.
DefaultTick Property
See Also 
dotnetCHARTING Namespace > Axis Class : 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

Visual Basic (Declaration) 
Public Property DefaultTick As AxisTick
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As AxisTick
 
instance.DefaultTick = value
 
value = instance.DefaultTick
C# 
public AxisTick DefaultTick {get; set;}

Example

Remarks

The property settings of this object will not overwrite properties explicitly set for any given AxisTick.

See Also

© 2010 All Rights Reserved.