wxFreeChart
Public Member Functions | Protected Member Functions | List of all members
StackedBarType Class Reference

Draws series' bars in stack, after each other. More...

#include <barrenderer.h>

Inheritance diagram for StackedBarType:
Inheritance graph
[legend]
Collaboration diagram for StackedBarType:
Collaboration graph
[legend]

Public Member Functions

 StackedBarType (int barWidth, double base)
 Constructs new stacked bar type. More...
 
virtual double GetMinValue (CategoryDataset *dataset)
 
virtual double GetMaxValue (CategoryDataset *dataset)
 
- Public Member Functions inherited from BarType
 BarType (double base)
 
virtual void Draw (BarRenderer *barRenderer, wxDC &dc, wxRect rc, Axis *horizAxis, Axis *vertAxis, bool vertical, size_t item, CategoryDataset *dataset)
 Performs bar drawing. More...
 

Protected Member Functions

virtual void GetBarGeometry (CategoryDataset *dataset, size_t item, size_t serie, int &width, wxCoord &shift, double &base, double &value)
 Called to calculate bar geometry params. More...
 

Additional Inherited Members

- Protected Attributes inherited from BarType
double m_base
 

Detailed Description

Draws series' bars in stack, after each other.

Definition at line 93 of file barrenderer.h.

Constructor & Destructor Documentation

StackedBarType::StackedBarType ( int  barWidth,
double  base 
)

Constructs new stacked bar type.

Parameters
barWidthbar width
basebars base, point from bars are drawn

Member Function Documentation

virtual void StackedBarType::GetBarGeometry ( CategoryDataset dataset,
size_t  item,
size_t  serie,
int &  width,
wxCoord &  shift,
double &  base,
double &  value 
)
protectedvirtual

Called to calculate bar geometry params.

Must be implemented by derivate classes.

Parameters
datasetdataset
itemitem index
serieserie index
widthoutput for bar width
shiftoutput for bar shift
baseoutput for bar base
valueoutput for bar value

Implements BarType.


The documentation for this class was generated from the following file: