Void
IChartComponent
.Y2TickFormat(String format)
Sets the tick format for the y2 axis. Can be use only if you use plot with bar.
Remarks
For the format of this string look at the d3 documention here : https://github.com/mbostock/d3/wiki/Formatting
Examples
Parameters
format
Type: String
Format of the tick.
Return Value
Type: Void