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


Gets or sets a value that indicates whether this axis will insert a discontinuity into it's scale if appropriate.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.