Click or drag to resize

ExcelChartValueDisplayUnits Enumeration

The display units for the value axis.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelChartValueDisplayUnits
Members
  Member nameValueDescription
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