Uses of Class
com.sas.graphics.components.lineplot.LinePlotDataModel

Packages that use LinePlotDataModel
com.sas.graphics.components.lineplot Line 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 LinePlotDataModel in com.sas.graphics.components.lineplot
 

Methods in com.sas.graphics.components.lineplot that return LinePlotDataModel
 LinePlotDataModel LinePlot.getDataModel()
          Returns the LinePlotDataModel that contains the data along with any associated mapping properties.
 

Methods in com.sas.graphics.components.lineplot with parameters of type LinePlotDataModel
 void LinePlot.setDataModel(LinePlotDataModel newDataModel)
          Sets the LinePlotDataModel which provides the data properties along with any associated mapping properties to define the number and arrangement of data elements (markers and lines), legends and axes.
 

Constructors in com.sas.graphics.components.lineplot with parameters of type LinePlotDataModel
LinePlot(LinePlotDataModel linePlotDataModel)
          Construct a LinePlot, assigning linePlotDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION).
LinePlot(LinePlotDataModel linePlotDataModel, GraphStyle defaultGraphStyle)
          Construct a LinePlot assigning linePlotDataModel and applying graphStyle.
 

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

Methods in com.sas.servlet.tbeans.graphics with parameters of type LinePlotDataModel
 void BaseLinePlot.setDataModel(LinePlotDataModel newDataModel)
          Sets the LinePlotDataModel which provides the data properties along with any associated mapping properties to define the number and arrangement of data elements (markers and lines), legends and axes.
 

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.