com.steema.teechart.styles
Class SeriesEventStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by 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


Field Summary
static SeriesEventStyle ADD
           
static SeriesEventStyle CHANGEACTIVE
           
static SeriesEventStyle CHANGECOLOR
           
static SeriesEventStyle CHANGETITLE
           
static SeriesEventStyle DATACHANGED
           
static SeriesEventStyle REMOVE
           
static SeriesEventStyle REMOVEALL
           
static SeriesEventStyle SWAP
           
 
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

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