numberFormatSource property

String? numberFormatSource
getter/setter pair

The number format source used in the scorecard chart.

This field is optional. Possible string values are:

  • "CHART_NUMBER_FORMAT_SOURCE_UNDEFINED" : Default value, do not use.
  • "FROM_DATA" : Inherit number formatting from data.
  • "CUSTOM" : Apply custom formatting as specified by ChartCustomNumberFormatOptions.

Implementation

core.String? numberFormatSource;