Uses of Class
com.sas.graphics.components.scatterplot.ScatterPlotDataModel

Packages that use ScatterPlotDataModel
com.sas.graphics.components.scatterplot Scatter Plot component and its related models. 
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
 

Uses of ScatterPlotDataModel in com.sas.graphics.components.scatterplot
 

Methods in com.sas.graphics.components.scatterplot that return ScatterPlotDataModel
 ScatterPlotDataModel ScatterPlot.getDataModel()
          Returns the ScatterPlotDataModel that provides a handle to the data along with any associated mapping properties.
 

Methods in com.sas.graphics.components.scatterplot with parameters of type ScatterPlotDataModel
 void ScatterPlot.setDataModel(ScatterPlotDataModel newDataModel)
          Sets the ScatterPlotDataModel which provides a handle to the data along with any associated mapping properties to define the number and arrangement of data elements (that is markers and lines), legend and axes.
 

Constructors in com.sas.graphics.components.scatterplot with parameters of type ScatterPlotDataModel
ScatterPlot(ScatterPlotDataModel scatterPlotDataModel)
          Construct a ScatterPlot, assigning scatterPlotDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION).
ScatterPlot(ScatterPlotDataModel scatterPlotDataModel, GraphStyle defaultGraphStyle)
          Construct a ScatterPlot assigning scatterPlotDataModel and applying graphStyle.
 

Uses of ScatterPlotDataModel in com.sas.servlet.tbeans.graphics
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type ScatterPlotDataModel
 void BaseScatterPlot.setDataModel(ScatterPlotDataModel newDataModel)
          Sets the ScatterPlotDataModel which provides a handle to the data along with any associated mapping properties to define the number and arrangement of data elements (i.e. markers and lines), legend and axes.
 

Uses of ScatterPlotDataModel in com.sas.servlet.tbeans.graphics.html
 

Methods in com.sas.servlet.tbeans.graphics.html that return ScatterPlotDataModel
 ScatterPlotDataModel ScatterPlot.getDataModel()
          Gets the model on the viewer.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.