Void
IChartComponent
.XTickFormat(String format)
Sets the tick format for the x axis.
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