XYPlot Class Reference

#include <xyplot.h>

Inheritance diagram for XYPlot:

Inheritance graph
[legend]
Collaboration diagram for XYPlot:

Collaboration graph
[legend]

List of all members.

Protected Member Functions

virtual bool AcceptAxis (Axis *axis)
virtual bool AcceptDataset (Dataset *dataset)
virtual void DrawDatasets (wxDC &dc, wxRect rc)
void DrawXYDataset (wxDC &dc, wxRect rc, XYDataset *dataset)


Detailed Description

An plot for displaying XY data values.

Member Function Documentation

virtual bool XYPlot::AcceptAxis ( Axis axis  )  [protected, virtual]

Checks whether axis is acceptable with this plot.

Parameters:
axis axis to be checked
Returns:
true if axis can be accepted, false overwise

Implements AxisPlot.

Reimplemented in BarPlot, and OHLCPlot.

virtual bool XYPlot::AcceptDataset ( Dataset dataset  )  [protected, virtual]

Checks whether dataset is acceptable with this plot.

Parameters:
dataset dataset to be checked
Returns:
true if dataset can be accepted, false overwise

Implements AxisPlot.

Reimplemented in BarPlot, and OHLCPlot.

virtual void XYPlot::DrawDatasets ( wxDC &  dc,
wxRect  rc 
) [protected, virtual]

Called to draw all datasets.

Parameters:
dc device context
rc rectangle where to draw

Implements AxisPlot.

Reimplemented in BarPlot, and OHLCPlot.

void XYPlot::DrawXYDataset ( wxDC &  dc,
wxRect  rc,
XYDataset dataset 
) [protected]

Draw single XY dataset.

Parameters:
dc device context
rc rectangle where to draw
dataset XY dataset to draw


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

Generated on Mon Feb 15 21:32:30 2010 for wxFreeChart by  doxygen 1.5.8