Chart FX for Java 6.5

SoftwareFX.ChartFX
Class ChartDataObj

java.lang.Object
  extended by SoftwareFX.ChartFX.ChartDataObj

public final class ChartDataObj
extends java.lang.Object

Provides access to the ChartDataObj collection object.


Constructor Summary
ChartDataObj()
           
 
Method Summary
 double getItem(int series, int point)
          Gets the Item.
 void setItem(int series, int point, double value)
          Gets or Sets the Item in the ChartDataObj collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartDataObj

public ChartDataObj()
Method Detail

getItem

public double getItem(int series,
                      int point)

Gets the Item. For more detail see setItem(int, int, double).


setItem

public void setItem(int series,
                    int point,
                    double value)

Gets or Sets the Item in the ChartDataObj collection.


http://www.softwarefx.com

2007 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.