Uses of Class
com.eltima.chart.LabelModel

Packages that use LabelModel
com.eltima.chart This package allows you to create professionally looking charts with fully customizable chart elements, specify the number of different visual effects and add animation 
 

Uses of LabelModel in com.eltima.chart
 

Methods in com.eltima.chart that return LabelModel
 LabelModel AbstractAxis.getLabelModel()
          Returns the label LabelModel.
 LabelModel LegendModel.getLabelModel()
          Returns the LabelModel.
 LabelModel SeriesModel.getLabelModel()
          Returns the LabelModel.
 LabelModel AbstractAxis.getTitleModel()
          Returns the title LabelModel.
 

Methods in com.eltima.chart with parameters of type LabelModel
 void AbstractAxis.setLabelModel(LabelModel model)
          Sets the axis label LabelModel.
 void LegendModel.setLabelModel(LabelModel model)
          Sets the LabelModel.
 void SeriesModel.setLabelModel(LabelModel model)
          Sets the LabelModel.
 void AbstractAxis.setTitleModel(LabelModel model)
          Sets the axis title LabelModel.
 

Constructors in com.eltima.chart with parameters of type LabelModel
SeriesModel(LineModel lineM, GradientModel gradientM, LabelModel labelM)
          Creates new instance of SeriesModel with specified LineModel, GradientModel, LabelModel.
 



Copyright © 2000-2007 Eltima Software. All Rights Reserved.