|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used to specify point labels and series names for a JClass Chart data model.
Note: The LabelledChartDataModel
interface
is only used in conjunction with the ChartDataModel
interface; that is, in order for an object to be recognized as a chart
data source, it needs to implement the ChartDataModel
interface.
ChartDataModel
Method Summary | |
String |
getDataSourceName()
Retrieves the name for the data source. |
int |
getNumSeries()
Retrieves the number of data series. |
String[] |
getPointLabels()
Retrieves the labels to be used for each point in a particular data series. |
String[] |
getSeriesLabels()
Retrieves the labels to be used for each data series. |
Method Detail |
public int getNumSeries()
public String[] getPointLabels()
public String[] getSeriesLabels()
public String getDataSourceName()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |