Skip to main content

BarGaugeLegendBuilder.ItemTextFormat Method

Name Parameters Description
ItemTextFormat(Format) value Formats the item text before it is displayed. Accepts only numeric formats. When unspecified, it inherits the label's format. Mirrors the client-side itemTextFormat option.
ItemTextFormat(JS) value Formats the item text before it is displayed. Accepts only numeric formats. When unspecified, it inherits the label's format. Mirrors the client-side itemTextFormat option.
ItemTextFormat(Action<FormatBuilder>) configurator Formats the item text before it is displayed. Accepts only numeric formats. When unspecified, it inherits the label's format. Mirrors the client-side itemTextFormat object.
ItemTextFormat(String) value Formats the item text before it is displayed. Accepts only numeric formats. When unspecified, it inherits the label's format. Mirrors the client-side itemTextFormat option.