Winnovative Excel Library

ExcelChartValueDisplayUnits Enumeration

Winnovative Excel Library Documentation
The display units for the value axis.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference