86    virtual int rtti() const QWT_OVERRIDE;
 
   88    void setPen( const QColor&,
 
   89        qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
 
   91    void setPen( const QPen& );
 
   92    const QPen& pen() const;
 
   94    void setBrush( const QBrush& );
 
   95    const QBrush& brush() const;
 
  100    void setBaseline( 
double );
 
  101    double baseline() const;
 
  103    void setStyle( HistogramStyle style );
 
  104    HistogramStyle style() const;
 
  109    virtual 
void drawSeries( QPainter*,
 
  111        const QRectF& canvasRect, 
int from, 
int to ) const QWT_OVERRIDE;
 
  113    virtual QRectF boundingRect() const QWT_OVERRIDE;
 
  116        int index, const QSizeF& ) const QWT_OVERRIDE;
 
  125    void drawColumns( QPainter*,
 
  127        int from, 
int to ) const;
 
  129    void drawOutline( QPainter*,
 
  131        int from, 
int to ) const;
 
  133    void drawLines( QPainter*,
 
  135        int from, 
int to ) const;
 
  139    void flushPolygon( QPainter*, 
double baseLine, QPolygonF& ) const;
 
 
A class representing a text.