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

MemberDescription
NoneThe scale break is not accentuated in any way.
ZigZagA gap with a zig zag is drawn at the scale break position.
GapA gap is drawn at the scale break position.
LineA line is drawn at the scale break position.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.