public enum DisplayUnit : System.Enum
| Member | Description |
|---|---|
| Custom | The Axis.DisplayUnitCustom property determines the display unit. |
| HundredMillions | 100,000,000 |
| Hundreds | 100 |
| HundredThousands | 100,000 |
| MillionMillions | 1,000,000,000,000 (trillions) |
| Millions | 1,000,000 |
| None | The raw value is displayed without special formatting. |
| Percentage | Displays as a percentage. Applicable only to Box and Whisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types; if used for any other chart type, resolved to Hundreds. |
| TenMillions | 10,000,000 |
| TenThousands | 10,000 |
| ThousandMillions | 1,000,000,000 (billions) |
| Thousands | 1,000 |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+