StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.chart
Class ChartDataValue

java.lang.Object
  |
  +--com.sun.star.chart.ChartDataValue

public synchronized class ChartDataValue
extends java.lang.Object


Field Summary
 double HighError
           
 double LowError
           
static java.lang.Object UNORUNTIMEDATA
           
 double Value
           
 
Constructor Summary
ChartDataValue()
           
ChartDataValue(double d1, double d2, double d3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HighError

public double HighError

LowError

public double LowError

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA

Value

public double Value
Constructor Detail

ChartDataValue

public ChartDataValue()

ChartDataValue

public ChartDataValue(double d1,
                      double d2,
                      double d3)

StarOffice 5.2 API
reverse engineered by classdoc