TChartSeriesCartesian Class

Header: #include <TChartSeriesCartesian>
Inherits: TChartSeries
Inherited By:

TChartSeriesBar, TChartSeriesLine, and TChartSeriesSection

Public Functions

Reimplemented Public Functions

virtual QList<TChartDrawItem> getDrawItems()

Public Slots

QList<TChartXyItem> getXyItems(bool *oColored = 0, bool *oStacked = 0, double *oZeroY = 0)
QList<TChartXyItem> getXyItemsV2(bool *oColored = 0, bool *oStacked = 0, double *oZeroY = 0)

Protected Functions

TChartSeriesCartesian(TChartSeriesCartesianPrivate &dd, QObject *parent = 0)
  • 2 protected functions inherited from TChartSeries
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

Member Function Documentation

TChartSeriesCartesian::TChartSeriesCartesian(QObject *parent = 0)

Default constructs an instance of TChartSeriesCartesian.

[protected] TChartSeriesCartesian::TChartSeriesCartesian(TChartSeriesCartesianPrivate &dd, QObject *parent = 0)

Copy constructor.

TChartSeriesCartesian::~TChartSeriesCartesian()

Destroys the instance of TChartSeriesCartesian.

[virtual] QList<TChartDrawItem> TChartSeriesCartesian::getDrawItems()

[slot] QList<TChartXyItem> TChartSeriesCartesian::getXyItems(bool *oColored = 0, bool *oStacked = 0, double *oZeroY = 0)

[slot] QList<TChartXyItem> TChartSeriesCartesian::getXyItemsV2(bool *oColored = 0, bool *oStacked = 0, double *oZeroY = 0)