Version

DisplayUnit Enumeration

Constants which determine the unit of expression for Axis value labels.
Syntax
public enum DisplayUnit : System.Enum 
Members
MemberDescription
CustomThe Axis.DisplayUnitCustom property determines the display unit.
HundredMillions100,000,000
Hundreds100
HundredThousands100,000
MillionMillions1,000,000,000,000 (trillions)
Millions1,000,000
NoneThe raw value is displayed without special formatting.
PercentageDisplays 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.
TenMillions10,000,000
TenThousands10,000
ThousandMillions1,000,000,000 (billions)
Thousands1,000
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also