17 class StockBarAttributes::Private
26 StockBarAttributes::Private::Private()
36 : _d(new Private(*r.
d))
62 d->candlestickWidth = width;
69 return d->candlestickWidth;
79 d->tickLength = length;
Attributes to customize the appearance of a column in a stock chart.
bool operator==(const StockBarAttributes &) const
void setCandlestickWidth(qreal width)
StockBarAttributes & operator=(const StockBarAttributes &)
void setTickLength(qreal length)
qreal candlestickWidth() const