| Class | Description |
| Appearance | Controls the fill effects and line properties applied on the data points displayed by the associated series. |
| AreaSeries | Displays an area series. |
| Axis | The Axis class is the base class of all axes displayed by the Xceed Chart for WinForms component. |
| AxisCollection | Represents a collection of Axis objects. |
| AxisConstLine | Represents a constant line. |
| AxisConstLineCollection | Represents a collection of AxisConstLine objects. |
| AxisLabel | Each custom label displayed by the chart axes is represented with an instance of this object. |
| AxisLabelCollection | Each axis has an instance of this object, which holds the labels displayed on the axis. |
| AxisRuler | Conrtols the ruler of the associated axis. |
| AxisScale | Base class for all axis scale classes. |
| AxisScaleDateTime | Represents a date time scale. |
| AxisScaleDimension | Represents a Dimension scale. |
| AxisScaleLogarithmic | Represents a logarithmic scale. |
| AxisScaleNumeric | Represents a numeric scale. |
| AxisScaleValue | Base class of all value scale classes. |
| AxisStripe | Each axis stripe displayed by the chart axes is represented by an instance of this class. |
| AxisStripeCollection | Represents a collection of AxisStripe objects. |
| BackWall | This member is reserved for internal use and is not intended to be used directly from your code. |
| BarSeries | Represents a bar series. |
| BubbleSeries | Represents a bubble series. |
| Chart | The Chart object is the primary object controlling a chart displayed in the Xceed Chart for WinForms component canvas. |
| ChartCollection | Represents a collection of Chart objects. |
| ChartControlBase | Base class of winforms and webforms chart controls. |
| ChartControlStateBase | This member is reserved for internal use and is not intended to be used directly from your code. |
| ChartFloor | This member is reserved for internal use and is not intended to be used directly from your code. |
| ChartMouseTool | Summary description for ChartMouseTool. |
| ChartWall | Each of the five standard chart walls is represented by an instance of this class. |
| ChartWallCollection | Represents a collection of chart walls. |
| DataBindingManager | Controls the database integration of the chart control. |
| DataCursorTool | The DataCursorTool controls the data cursor feature of the control in WinForms. |
| DataCusorToolEventArgs | This member is reserved for internal use and is not intended to be used directly from your code. |
| DataLabels | Controls the appearance of the data point labels. |
| DataPanTool | This member is reserved for internal use and is not intended to be used directly from your code. |
| DataSeries | Represents a named and typed set of values used by the Xceed Chart for WinForms Series. |
| DataSeriesCollection | Represents a logically bound set of data series. |
| DataSeriesGrid | A grid which can be used for the visual editing of the series data series |
| DataSeriesSubset | Represents a set of indexes in a data series. |
| DataSeriesSubsetEnumerator | Enumerator returned by the GetEnumerator() method of the DataSeriesSubset class. |
| DataZoomTool | The DataZoomTool controls the data zooming feature of the control in WinForms. |
| EmptyDataPoints | Controls the way in which the component treats empty data points |
| EmptyDataPointsAppearance | Controls the appearance of the empty data points. An instance of this class is attached to every series. |
| FloatBarSeries | Represents a floating bar series. |
| FrontWall | This member is reserved for internal use and is not intended to be used directly from your code. |
| GridSurfaceData | Each GridSurfaceSeries instance has an associated GridSurfaceData object which represents the data storage for the surface series. The data storage is two-dimensional and contains only elevation data. |
| GridSurfaceSeries | Represents a grid surface series. |
| HighLowSeries | Displays a high low series. |
| HitTestResult | Contains information about the chart element at given window coordinates. |
| ImageExport | This object provides the functionality related to export images generated by Xceed Chart for WinForms. |
| InteractivityOperationsCollection | This collection holds the interactivity operations, which can be applied to the chart control. |
| Legend | The Legend class represents the integrated legend of Xceed Chart for WinForms. |
| LegendCollection | This collection contains the legends displayed by Xceed Chart for WinForms. |
| LegendComponent | Base class for the legend components - data items, header and footer. |
| LegendData | Contains the data items displayed by the legend. |
| LegendDataItem | Represents a legend data item by exposing the properties related to the item text, mark and line. |
| LegendDataItemCollection | Summary description for LegendDataItemCollection. |
| LegendText | Reprsents a legend header or footer. |
| LineSeries | Represents a line series. |
| Markers | Controls the appearance of the markers displayed for each data point by the associated series. |
| MeshSurfaceData | Each MeshSurfaceData instance has an associated MeshSurfaceData object which represents the data storage for the surface series. The data storage is two-dimensional and contains elevation, x-position and z-position data for each data point. |
| MeshSurfaceSeries | Represents a mesh surface series. |
| Palette | This object represents a custom palette, which assigns colors to values. It is used in variety of places where elevation information needs to be represented by colors. |
| PieSeries | Represents a pie series. |
| PointSeries | Represents a points series. |
| PolarAxis | Represents a polar axis |
| PolarSeries | Represents a polar series. |
| PolarWall | This member is reserved for internal use and is not intended to be used directly from your code. |
| RadarAxis | Represents a radar axis |
| RadarSeries | Represents a radar series. |
| RadarWall | This member is reserved for internal use and is not intended to be used directly from your code. |
| SelectDataAdapterForm | Summary description for SelectDataAdapterForm. |
| Series | Series is the base class of all series with one dimensional value arrays. |
| SeriesBase | SeriesBase is the base class of all series. |
| SeriesCollection | Represents a collection of SeriesBase objects. |
| SeriesInteractivity | Controls the interactivity features of the series with which the instance of this class is associated. |
| SeriesLegend | Controls the representation of the associated series in the chart legend. |
| Settings | Controls settings related to the chart rendering and scaling like antialiasing, jittering and 2D object scaling. |
| ShapeSeries | Represents a shape series. |
| StockSeries | Represents a stock series. |
| SurfaceSeriesBase | Abstract base class for the GridSurfaceSeries and MeshSurfaceSeries. This class contains common functionality for the surface series like surface palette management, control of the surface filling style, frame style and appearance, flat surface mode etc. |
| SurfaceSeriesInteractivity | Controls the interactivity features of a surface series. |
| VerticalAxis | Represents a vertical axis |
| VerticalWall | This member is reserved for internal use and is not intended to be used directly from your code. |
| XYScatterSeries | XYScatterSeries is the base class of all series which support custom X positioning of their data points. |