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


Gets of sets the maximum number of scale breaks used when Axis.SmartScaleBreak = true.

Syntax

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

See Also