29 class StockBarAttributes::Private {
37 StockBarAttributes::Private::Private()
49 : _d( new Private( *r.
d ) )
75 d->candlestickWidth = width;
82 return d->candlestickWidth;
92 d->tickLength = length;
100 return d->tickLength;
void setCandlestickWidth(qreal width)
Sets the width of a candlestick.
qreal candlestickWidth() const
bool operator==(const StockBarAttributes &) const
void setTickLength(qreal length)
Sets the tick length of both the open and close marker.
StockBarAttributes & operator=(const StockBarAttributes &)
Attributes to customize the appearance of a column in a stock chart.