Enum OfficeChartDisplayUnit
Specifies numeric units of measurement.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeChartDisplayUnit
Fields
Name | Description |
---|---|
Custom | Indicates custom units. |
HundredMillions | Indicates units of hundreds of millions. |
Hundreds | Indicates units of hundreds. |
HundredThousands | Indicates units of hundreds of thousands. |
MillionMillions | Indicates units of millions of millions. |
Millions | Indicates units of millions. |
None | Indicates no units are displayed. |
TenMillions | Indicates units of tens of millions. |
TenThousands | Indicates units of tens of thousands. |
ThousandMillions | Indicates units of thousands of millions. |
Thousands | Indicates units of thousands. |