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



Gets or set a ScaleBreakStyle enumeration member that specifies the scale break style.

Syntax

Visual Basic (Declaration) 
Public Property ScaleBreakStyle As ScaleBreakStyle
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As ScaleBreakStyle
 
instance.ScaleBreakStyle = value
 
value = instance.ScaleBreakStyle
C# 
public ScaleBreakStyle ScaleBreakStyle {get; set;}
C++/CLI 
public:
property ScaleBreakStyle ScaleBreakStyle {
   ScaleBreakStyle get();
   void set (ScaleBreakStyle value);
}

See Also