1.8
Changes from 1.7
- New 3D mode for emulating Z axis.
- New API elements.
- Many performance optimizations.
- Small fixes.
Small breaking change.
If you use Axes auto min \ max values and call DataPointCollection.Clear()
method for already empty collection:
- Old behavior - axes min \ max values will be recalculated on next chart paint.
- New behavior - axes min \ max values will not be recalculated.
Changes from 1.8 preview
- Small bug fixed - in some cases for axes value of
0
, labels could be shown as-0
.