Enum ExcelChartDisplayUnit
Represents excel chart uint to display.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartDisplayUnit
Fields
| Name | Description |
|---|---|
| Custom | Represents Custom display Unit |
| HundredMillions | Represents HundredMillions display Unit |
| Hundreds | Represents Hundreds display Unit |
| HundredThousands | Represents HundredThousands display Unit |
| MillionMillions | Represents MillionMillions display Unit |
| Millions | Represents Millions display Unit |
| None | Represents None display Unit |
| TenMillions | Represents TenMillions display Unit |
| TenThousands | Represents TenThousands display Unit |
| ThousandMillions | Represents ThousandMillions display Unit |
| Thousands | Represents Thousands display Unit |