Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1810
UltraWebGauge number format
posted

Hi, I've been searching with no recents results, what is the way to set the Locale to numbers in an ultrawebgauge?

Thanks in advance

Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Ricardo,

    Appearance of the numbers in the gauge depends on the scale’s labels. If you need to format the numbers you should set FormatString of the labels. The format string should be set like this:

    <DATA_VALUE:0>

    If, for example you need to set currency format you may use this format string:

    <DATA_VALUE:$# ##0.00>

    Generally speaking format string consist of DATA_VALUE – this is the value coming from the component and .NET format string – this is what you can set as per your need.

    Please let me know if this is what you are looking for or if I am missing something.

Children