23 #ifndef KDCHARTSTOCKBARATTRIBUTES_H 24 #define KDCHARTSTOCKBARATTRIBUTES_H 43 void setCandlestickWidth( qreal width );
44 qreal candlestickWidth()
const;
46 void setTickLength( qreal length );
47 qreal tickLength()
const;
55 Private * d_func() {
return _d; }
56 const Private * d_func()
const {
return _d; }
63 #endif // KDCHARTSTOCKBARATTRIBUTES_H bool operator==(const Span &s1, const Span &s2)
bool operator!=(const StockBarAttributes &other) const
Attributes to customize the appearance of a column in a stock chart.