Search
Chart Controls

The library includes several pre-defined Windows Forms controls deriving from the Chart class. Each concrete class is a Dashboard with a single Plot inside and appropriate default SeriesRenderer. Charts that draw in Cartesian coordinate system also include an XAxisRenderer and YAxisRenderer.

You can feed data into Chart controls by setting either their Series or DataSource properties. The former lets you assign one or more series that provide data via the Series interface. The latter is used in conjunction with properties such as XDataFields, InnerLabelsDataFields etc. listed under Data category in Visual Studio property grid.

Concrete chart types available at this time include: