Good day!
What method can be used to specify the minimum and maximum values for the Gauge control, which is similar to the functional setup ranking axis control Chart for example:
What method can be used to specify the minimum and maximum values for the Gauge control, which is similar to the functional setup ranking axis control Chart for example:
chartArea.AdditionalYAxes[i].AutoRange =
false
;
chartArea.AdditionalYAxes[i].AddRange(itemUP.minY, itemUP.maxY, itemUP.step);