BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
HiI am using your gauges: digital, circular and linear. When I add new max and min(max for example from 10 to 5000) data digitalgauge and circulargauge are working correct, but when I use SFLinearGauge I must wait a long time(around 4-5seconds) and use very huge RAM size(sometimes 700MB)How can I fix it?Code for example:_sfLinearGauge.SfLinearGauge.MainScale.Minimum = min; //from 0 to 0_sfLinearGauge.SfLinearGauge.MainScale.Maximum = max; //from 10 to 5000_sfLinearGauge.SfLinearGauge.MainScale.Interval = step; //from 1 to 500