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


Gets of sets the maximum number or rows automatically generated range ticks will span.

Syntax

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

See Also