Using the TeeChart 6 ActiveX, I'd like to use the Gauge series to display some values.
But with certain sets of values (Minimum = 0, Maximum = 200, Value = 15, TotalAngle = 90) , it displays too many gradations, looking really cluttered.
Is there a way to prevent / tune this ?
Thank you.
Gauge Series
Hi,
how about setting the Circled to False and changing the XRadius, i.e :
how about setting the Circled to False and changing the XRadius, i.e :
Code: Select all
With TChart1.Series(0).asGauge
.Minimum = 0
.Maximum = 200
.Value = 15
.TotalAngle = 90
.Circled = False
.XRadius = 285
End With
Pep Jorge
http://support.steema.com
http://support.steema.com