Search
Chart Controls

The library includes several pre-defined JavaScript 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.

Concrete chart types available at this time include: