Hello everyone,
I'm implementing the UltraGauge control in a software project,
Using "UltraGauge designer" I applied a preset ("Calculator" preset)
and I was trying to change the text that appears in it for my own values,
but I can't do that in runtime.
Anyone knows how can I do that?
Regards.
SegmentedDigitalGauge digitalGauge1 = this.ultraGauge1.Gauges[1] as SegmentedDigitalGauge;
digitalGauge1.Text = "54321";
Ok, somebody help me please.