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;}
C++/CLI 
public:
property bool SmartScaleBreak {
   bool get();
   void set (bool value);
}

See Also