Gets or sets the number format of coordinate labels.
Namespace: MindFusion.Charting
File: Axis.js
SyntaxJavaScript
Copy Code
|
|---|
get numberFormat() {} |
Type: Intl.NumberFormat
ExampleJavaScript
Copy Code
|
|---|
| axis.numberFormat = new Intl.NumberFormat("en-US", { minimumIntegerDigits: 1, minimumFractionDigits: 0, maximumFractionDigits: 2}); |
See Also