![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
A model class. More...
#include <ilviews/dataccess/gadgets/chartmodel.h>
Public Member Functions | |
| IliChartSeriesModel () | |
Constructor of the IliChartSeriesModel class. | |
| virtual const char * | computeSeriesColor (const IliDataSetIdentifier &id) const |
| Called to compute the series color name. | |
| virtual IlvAbstractChartDisplayer * | computeSeriesDisplayer (const IliDataSetIdentifier &id) const |
| Called to compute the series displayer. | |
| IliChartGraphic * | getChartGraphic () const |
Returns the IliChartDataModel object which is connected to this model. | |
A model class.
Library: dbchart
The class defines a chart Series model. A chart series model is used by the IliChartGraphic class to handle the series. There is one predefined model: IliChartSeriesModel.
| IliChartSeriesModel::IliChartSeriesModel | ( | ) |
Constructor of the IliChartSeriesModel class.
Initializes an IliChartSeriesModel object.
| virtual const char* IliChartSeriesModel::computeSeriesColor | ( | const IliDataSetIdentifier & | id | ) | const [virtual] |
Called to compute the series color name.
| id | The data set identifier. |
| virtual IlvAbstractChartDisplayer* IliChartSeriesModel::computeSeriesDisplayer | ( | const IliDataSetIdentifier & | id | ) | const [virtual] |
Called to compute the series displayer.
| id | The data set identifier. |
getDefaultDisplayer function of the IliChartGraphic class. | IliChartGraphic* IliChartSeriesModel::getChartGraphic | ( | ) | const |
Returns the IliChartDataModel object which is connected to this model.
IliChartGraphic object which is connected to this model. © Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.