ExcelChartValueDisplayUnits Enumeration

The display units for the value axis.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public enum ExcelChartValueDisplayUnits

Members

None0 No scale is set for the axis values
Hundreds1 The displayed values are hundreds
Thousands2 The displayed values are thousands
Scale_100003 The displayed values are ten thousands
Scale_1000004 The displayed values are hundred thousands
Millions5 The displayed values are millions
Scale_100000006 The displayed values are ten millions
Scale_1000000007 The displayed values are hundred millions
Billions8 The displayed values are billions
Trillions9 The displayed values are trillions
CustomUnit10 The displayed values are in a custom unit

See Also