com.steema.teechart.styles
Class SeriesEventStyle
java.lang.Object
com.steema.teechart.misc.Enum
com.steema.teechart.styles.SeriesEventStyle
public final class SeriesEventStyle
- extends Enum
Title: SeriesEventStyle class
Description: For internal use by Series instances to notify changes.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
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 |
ADD
public static final SeriesEventStyle ADD
REMOVE
public static final SeriesEventStyle REMOVE
REMOVEALL
public static final SeriesEventStyle REMOVEALL
CHANGETITLE
public static final SeriesEventStyle CHANGETITLE
CHANGECOLOR
public static final SeriesEventStyle CHANGECOLOR
SWAP
public static final SeriesEventStyle SWAP
CHANGEACTIVE
public static final SeriesEventStyle CHANGEACTIVE
DATACHANGED
public static final SeriesEventStyle DATACHANGED