TChartSeriesBar Class

Header: #include <TChartSeriesBar>
Inherits: TChartSeriesCartesian

Public Functions

TChartSeriesBar(QObject *parent = 0)
~TChartSeriesBar()

Reimplemented Public Functions

virtual QList<TChartDrawItem> getDrawItems()

Public Slots

double barWidthRatio() const
void setBarWidthRatio(double pRatio)
bool setConfig(const QVariantMap &pConfig, QString *oErrStr = 0)
void setSubBarWidthRatio(double pRatio)
double subBarWidthRatio() const

Protected Functions

int getGroupNum(int *pGroupCount = 0) const
  • 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

TChartSeriesBar::TChartSeriesBar(QObject *parent = 0)

Default constructs an instance of TChartSeriesBar.

TChartSeriesBar::~TChartSeriesBar()

Destroys the instance of TChartSeriesBar.

[slot] double TChartSeriesBar::barWidthRatio() const

See also setBarWidthRatio().

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

[protected] int TChartSeriesBar::getGroupNum(int *pGroupCount = 0) const

[slot] void TChartSeriesBar::setBarWidthRatio(double pRatio)

See also barWidthRatio().

[slot] bool TChartSeriesBar::setConfig(const QVariantMap &pConfig, QString *oErrStr = 0)

[slot] void TChartSeriesBar::setSubBarWidthRatio(double pRatio)

See also subBarWidthRatio().

[slot] double TChartSeriesBar::subBarWidthRatio() const

See also setSubBarWidthRatio().