JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface LabelledChart3dPointDataModel

All Superinterfaces:
LabelledChart3dDataModel
All Known Implementing Classes:
Base3dPointDataSource

public interface LabelledChart3dPointDataModel
extends LabelledChart3dDataModel

An interface used to specify the number of series and the series labels for a JClass Chart 3D data model. Series labels are displayed in the legend.

Note that the LabelledChart3dPointDataModel interface is only used in conjunction with the Chart3dDataModel interface, that is, in order for an object to be recognized as a chart data source, it needs to implement the Chart3dDataModel interface.

See Also:
Chart3dDataModel

Method Summary
 int getNumSeries()
          Retrieves the number of data series.
 String[] getSeriesLabels()
          Retrieves the labels to be used for each data series.
 
Methods inherited from interface com.klg.jclass.chart3d.LabelledChart3dDataModel
getDataSourceName
 

Method Detail

getNumSeries

public int getNumSeries()
Retrieves the number of data series.

Returns:
The number of data series for a data model implementing this interface.

getSeriesLabels

public String[] getSeriesLabels()
Retrieves the labels to be used for each data series. These labels are shown in the legend.

Returns:
An array of series labels

Copyright © 2004 Quest Software Inc..
All rights reserved.