radar chart
Posted: Tue Aug 24, 2004 2:18 pm
is it possible to have for the radar charts the values for the axis start from zero (same as Excel does it)?
thx
thx
Steema Software - Customer Support Forums
https://407832.verdetrade-hk.tech/support/
https://407832.verdetrade-hk.tech/support/viewtopic.php?f=3&t=1237
Code: Select all
radar1.FillSampleValues(5);
Chart1.Axes.Left.Minimum := 0.0;