com.steema.teechart.tools
Class AxisBreakStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.AxisBreakStyle

public final class AxisBreakStyle
extends Enum

Title: AxisBreakStyle

Description: Sets the style of the AxisBreakTool delimiting lines.

Copyright (c) 2005-2011 by Steema Software SL. All Rights Reserved.

Company: Steema Software

See Also:
AxisBreak.getStyle()

Field Summary
static AxisBreakStyle LINE
           
static AxisBreakStyle NONE
           
static AxisBreakStyle SMALLZIGZAG
           
static AxisBreakStyle ZIGZAG
           
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMALLZIGZAG

public static final AxisBreakStyle SMALLZIGZAG

ZIGZAG

public static final AxisBreakStyle ZIGZAG

LINE

public static final AxisBreakStyle LINE

NONE

public static final AxisBreakStyle NONE