| CAreaDrawCollection | Collection of areadraws for series |
| ▼CBarType | Bar types base class |
| CLayeredBarType | Draws series' bars overlapped |
| CNormalBarType | Normal bar type |
| CStackedBarType | Draws series' bars in stack, after each other |
| CCategorySerie | Category serie for CategorySimpleDataset |
| CChart | Chart |
| CChartDC | DC that includes a flag to indicate antialiased drawing should be used where appropriate |
| ▼CChartPanelMode | Base class for zoom/pan modes |
| CPanMode | Pan moves chart data when user drags mouse |
| CZoomMode | |
| CColorScheme | Defines set of colors for use by PiePlots, etc.. |
| CCrosshair | Crosshair class |
| CDataAxisLink | Internal class, don't use in your applications |
| ▼CDatasetArrayBase | |
| CDatasetArray | |
| ▼CDateTimeDataset | Base class for datasets, with date/time |
| CGanttDatasetDateHelper | Helper used to access gantt dataset as datetime dataset |
| ▼COHLCDataset | Open-High-Low-Close datasets base class |
| COHLCSimpleDataset | |
| CTimeSeriesDataset | Time series dataset |
| ▼CDrawObject | Base class for objects drawn on chart or perform drawing of another objects (like renderers, area draws, etc) |
| ▼CAreaDraw | Base class for drawing area background |
| CFillAreaDraw | Fills area with specified brush and draw outline of area with specified pen |
| CGradientAreaDraw | Gradient fill area |
| CNoAreaDraw | Transparent area draw |
| ▼CMarker | Markers base class |
| CLineMarker | Marker that marks single value, and drawn as line |
| CRangeMarker | Marker that marks range of data |
| ▼CRenderer | Base class for all renderers |
| CBarRenderer | Bar renderer |
| CCategoryRenderer | |
| CGanttRenderer | Gantt data renderer |
| ▼COHLCRenderer | Base class for rendering OHLC data |
| COHLCBarRenderer | OHLC renderer for displaying bars |
| COHLCCandlestickRenderer | OHLC renderer for displaying japanese candles |
| ▼CXYRenderer | Base class for all XYDataset renderers |
| CXYAreaRenderer | |
| CXYHistoRenderer | Renderer for displaying XY data as histograms |
| ►CXYLineRendererBase | |
| CXYLineRenderer | Renderer for drawing lines from xy datasets |
| CXYLineStepRenderer | Renderer for xy datasets, where next x coordinate is always greater than previous |
| CXYZRenderer | Xyz renderer class |
| CGanttSerie | |
| CLabelColourer | Class that used to implement labels with different colours |
| CLegend | Legend |
| COHLCColourer | Class that controls bars/candlesticks colour |
| COHLCItem | |
| ▼CPlot | Base class for all plots |
| ▼CAxisPlot | Base class for plots that supports axes |
| CBubblePlot | Used to draw bubble charts |
| CGanttPlot | Plot to draw gantt charts |
| ▼CXYPlot | An plot for displaying XY data values |
| CBarPlot | Plot for displaying histograms with values at one axis and category names at other |
| COHLCPlot | Open-High-Low-Close plot |
| CMultiPlot | Multiplot is plot containing one or more plots, called subplots |
| CPiePlot | Pie plot |
| ▼CRefObject | Object with reference counter |
| ▼CDataset | Base class for all datasets (XYDatasets, XYZDatasets, CategoryDatasets, OHLCDatasets, etc) |
| COHLCDataset | Open-High-Low-Close datasets base class |
| ▼CXYDataset | Base class for XY datasets |
| ►CCategoryDataset | Dataset for data values in form [category name, value] |
| CCategorySimpleDataset | Simple category dataset implementation |
| ►CGanttDataset | Gantt chart dataset base class |
| CGanttSimpleDataset | Gantt simple dataset |
| CJulianTimeSeriesDataset | |
| CMovingAverage | Simple moving average indicator |
| CPolynom | Polynom function of type: y = c0 * x^n + c1 * x^(n-1) + .. |
| CSineFunction | Sine function of type: y = a * sin(x) |
| CTimeSeriesDataset | Time series dataset |
| CVectorDataset | Vector implementation of XYDataset |
| CXYDynamicDataset | XY dynamic dataset |
| CXYSimpleDataset | Simple xy dataset |
| CXYZDataset | Dataset with (x,y,z) coordinate data |
| CRenderer | Base class for all renderers |
| ▼CSymbol | Symbols base class |
| CMaskedSymbol | Symbol class, that uses bitmap mask to draw |
| ▼CShapeSymbol | Shape symbols base class |
| CCircleSymbol | Circle symbol |
| CCrossSymbol | Cross symbol |
| CSquareSymbol | Square symbol |
| CTriangleSymbol | Triangle symbol |
| CGanttSerie::TaskTime | |
| CTextElement | Represents a TitleElement, ie a box containing text which is displayed in the title area |
| CTextElementContainer | Represents a chart title |
| CTooltip | |
| ▼CwxEvtHandler | |
| CDataset | Base class for all datasets (XYDatasets, XYZDatasets, CategoryDatasets, OHLCDatasets, etc) |
| ▼CwxObject | |
| ▼CAxis | Base class for all axes |
| CAxisShare | Used to combine axes |
| CCompDateAxis | Composite date axis |
| ▼CLabelAxis | Base class for axes for displaying data labels |
| CCategoryAxis | An axis for displaying category names |
| CDateAxis | An axis for displaying date/time values |
| ►CNumberAxis | An axis for displaying and scaling numerical data |
| CJulianDateAxis | |
| CLogarithmicNumberAxis | An axis for displaying and logarithmically scaling numerical data |
| CRenderer | Base class for all renderers |
| CXYDynamicSerie | XY dynamic serie |
| ▼CwxPanel | |
| CwxChartSplitPanel | WxChartSplitPanel is wxWidgets panel, that displays multiple plots |
| ▼CwxScrolledWindow | |
| CwxChartPanel | ChartPanel is wxWidgets panel for displaying chart |
| CXYSerie | Holds data for one XY serie |