XYPlot Class Reference
#include <xyplot.h>
List of all members.
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:
-
- 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: