com.steema.teechart.styles
Class SeriesEvent

java.lang.Object
  extended by com.steema.teechart.events.TeeEvent
      extended by com.steema.teechart.styles.SeriesEvent

public class SeriesEvent
extends TeeEvent

Title: SeriesEvent class

Description: Listens to all the Series class events.

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

Company: Steema Software SL


Field Summary
 SeriesEventStyle event
           
 ISeries series
           
 
Fields inherited from class com.steema.teechart.events.TeeEvent
sender
 
Constructor Summary
SeriesEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public SeriesEventStyle event

series

public ISeries series
Constructor Detail

SeriesEvent

public SeriesEvent()