dotnetCHARTING Send comments on this topic.
ScaleBreakStyle Enumeration
See Also  
dotnetCHARTING Namespace : ScaleBreakStyle Enumeration


Specifies how a scale break is drawn on a chart.

Syntax

Visual Basic (Declaration)  
Public Enum ScaleBreakStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ScaleBreakStyle
C#  
public enum ScaleBreakStyle : Enum 

Members

Member Description
None The scale break is not accentuated in any way.
ZigZag A gap with a zig zag is drawn at the scale break position.
Gap A gap is drawn at the scale break position.
Line A line is drawn at the scale break position.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ScaleBreakStyle

See Also