Interface: PriceFormatCustom
Represents series value formatting options.
Properties
type
type:
"custom"
The custom price format.
formatter
formatter:
PriceFormatterFn
Override price formatting behaviour. Can be used for cases that can't be covered with built-in price formats.
tickmarksFormatter?
optional
tickmarksFormatter:TickmarksPriceFormatterFn
Override price formatting for multiple prices. Can be used if formatter should be adjusted based of all values being formatted.
minMove
minMove:
number
The minimum possible step size for price value movement.
Default Value
0.01