We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

highcharts.getPointZFormat

highcharts.getPontZFormat(format: FormatObject): String

Converts the FormatObject to the Highcharts format string with the point.z variable.

To learn how Flexmonster’s number format is set in Highcharts, see the Using Flexmonster number formatting in Highcharts section.

Parameters

Parameter/TypeDescription
format
FormatObject
The number format that is applied to measures in Flexmonster.

Returns

Highcharts format string with the point.z variable.

Example

pivot.highcharts.getPointZFormat(currencyFormat)

See also