13 #include <wx/dynarray.h> 16 WX_DECLARE_USER_EXPORTED_OBJARRAY(
Plot *, PlotArray, WXDLLIMPEXP_FREECHART);
32 MultiPlot(
int rows,
int cols, wxCoord horizGap, wxCoord vertGap);
41 m_subPlots.Add(subPlot);
47 virtual void PlotNeedRedraw(
Plot *plot);
void AddPlot(Plot *subPlot)
Add plot to this multiplot.
Base class for all plots.
DC that includes a flag to indicate antialiased drawing should be used where appropriate.
virtual bool HasData()=0
Checks whether plot has data.
Multiplot is plot containing one or more plots, called subplots.
virtual void DrawBackground(ChartDC &cdc, wxRect rc)
Draw the plot's static items (e.g.
virtual void DrawData(ChartDC &cdc, wxRect rc)=0
Draw the plot data, i.e.