is it possible to have for the radar charts the values for the axis start from zero (same as Excel does it)?
thx
radar chart
Hi, Lucien.
Yes, sure. All you must do is set Axes.Left.Minimum to 0.0. Something along these lines:
Yes, sure. All you must do is set Axes.Left.Minimum to 0.0. Something along these lines:
Code: Select all
radar1.FillSampleValues(5);
Chart1.Axes.Left.Minimum := 0.0;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com