dotnetCHARTING Send comments on this topic.
SmartMinorTicks Property
See Also 
dotnetCHARTING Namespace > Axis Class : SmartMinorTicks Property


Gets or sets a value that indicates whether relevant minor axis ticks will be automatically determined based on major intervals.

Syntax

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

Example

Remarks

This property applies to automatic major intervals, not user defined intervals.

See Also

© 2008 All Rights Reserved.