Completed
Last Updated: 14 Sep 2021 08:56 by ADMIN
ADMIN
Marin Bratanov
Created on: 06 Feb 2013 12:57
Category: Gauge
Type: Bug Report
2
IMPROVE handling of large values for RadGauge
If the gauge must display a huge range of values (e.g. Min=0, Max=500 000) having visible MinorTicks blocks the browser and ultimately throws an "out of stack space error".

The workaround is to set 
MinorTicks.Visible = false 
or Scale.MinorUnit to a sufficiently large value. If the minor unit is not set properly the minor ticks will clutter together and will be unreadable.
0 comments