Reference documentation
Public Member Functions | List of all members
SerieFormat Class Reference

The Thistle::SerieFormat class contains information, such as the Thistle::Types, the QPen, etc., used to display the data in a Thistle::AbstractChart. More...

Public Member Functions

 SerieFormat ()
 Constructs a new serie format.
 
QBrush brush () const
 Returns the QBrush used to draw the items (point and bar ).
 
QPen pen () const
 Returns the QPen used to draw the items.
 
void setBrush (const QBrush &brush)
 Sets the QBrush used to draw the items (dot and bar ).
 
void setPen (const QPen &pen)
 Sets the QPen used to draw the items.
 
void setShape (const Thistle::Shape shape)
 Sets the item's shape to shape.
 
void setType (const Thistle::Types type)
 Sets the serie's type.
 
Thistle::Shape shape () const
 Returns the item's shape to shape.
 
Thistle::Types type () const
 Sets the serie's type.
 

Detailed Description

The Thistle::SerieFormat class contains information, such as the Thistle::Types, the QPen, etc., used to display the data in a Thistle::AbstractChart.