-
Support for mutiple data series
-
Combined bar and line chart components into one component (AxisChart). This allows bar
and line data to be shown on the same chart.
-
Manual scaling. You can now set the unit axis scale min and max values manually to provide
custom unit axis scaling.
-
Extensive font support. Fonts displayed on the chart are now fully configurable by the
programmer. Font control now covers font name, font size and font color.
-
Chart Images. Extensive support has been added to enable the use of images in data items.
An image can be specified for a particular data item and can be stretched, tiled or drawn on the
chart.
-
New stacked bar charts. Bar series on an AxisChart can be stacked on top of each other to
created a 'Stacked Bar Chart' or a '100% Stacked Bar Chart'.
-
Constant Line Collection. AxisCharts now have a constant line collection which is useful
for displaying things like thresholds or limits.
-
Enhanced rendering control. SimpleChart v2.0 still supports antialiased rendering but we've
added more options to let you control how antialiasing is applied when charts are drawn. There are
four options: AntiAliasAll, AntiAliasNone, AntiAliasTextOnly, AntiAliasGrasphicsOnly.
|