All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.DirectChartDataViewSeries
java.lang.Object
|
+----jclass.chart.ChartDataViewSeries
|
+----jclass.chart.DirectChartDataViewSeries
- public class DirectChartDataViewSeries
- extends ChartDataViewSeries
-
DirectChartDataViewSeries()
-
-
editPoint(int, double)
- Used to change the y-value of some point in the series.
-
getLabel()
- Gets the Label property of the data series.
-
getName()
- Gets the value of the Name property.
-
getX(int)
- Returns the X value at the specified index
-
getY(int)
- Returns the Y value at the specified index.
-
setLabel(String)
- Sets the Label property of the data series.
-
setName(String)
- Gets the value of the Name property.
DirectChartDataViewSeries
public DirectChartDataViewSeries()
editPoint
public void editPoint(int index,
double newvalue)
- Used to change the y-value of some point in the series.
- Overrides:
- editPoint in class ChartDataViewSeries
getName
public String getName()
- Gets the value of the Name property.
- Overrides:
- getName in class ChartDataViewSeries
setName
public synchronized void setName(String name)
- Gets the value of the Name property.
- Overrides:
- setName in class ChartDataViewSeries
getLabel
public String getLabel()
- Gets the Label property of the data series.
- Overrides:
- getLabel in class ChartDataViewSeries
setLabel
public synchronized void setLabel(String name)
- Sets the Label property of the data series.
- Overrides:
- setLabel in class ChartDataViewSeries
getX
public double getX(int i)
- Returns the X value at the specified index
- Overrides:
- getX in class ChartDataViewSeries
getY
public double getY(int i)
- Returns the Y value at the specified index.
- Overrides:
- getY in class ChartDataViewSeries
All Packages Class Hierarchy This Package Previous Next Index