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


Gets or sets the maximum number of tick marks for numeric axis scales.

Syntax

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

Return Value

An integer specifying the maximum number of tick marks for this axis.

Remarks

. Three (3) is lowest number of tick marks possible.
(Applies to value axes with numeric scales)

See Also

© 2010 All Rights Reserved.