GrapeCity.Xaml.Excel
BuiltInDisplayUnitValue Enumeration


GrapeCity.Excel.Chart Namespace : BuiltInDisplayUnitValue Enumeration
Specifies the display unit is one of the built in values
Syntax
'Declaration
 
Public Enum BuiltInDisplayUnitValue 
   Inherits System.Enum
'Usage
 
Dim instance As BuiltInDisplayUnitValue
public enum BuiltInDisplayUnitValue : System.Enum 
Members
MemberDescription
Billions Specifies the value on the chart shall be divided by 1000000000
HundredMillions Specifies the value on the chart shall be divided by 100000000
Hundreds Specifies the value on the chart shall be divided by 100
HundredThousands Specifies the value on the chart shall be divided by 100000
Millions Specifies the value on the chart shall be divided by 1000000
None Specifies the value on the chart shall be displayed directly.
TenMillions Specifies the value on the chart shall be divided by 10000000
TenThousands Specifies the value on the chart shall be divided by 10000
Thousands Specifies the value on the chart shall be divided by 1000
Trillions Specifies the value on the chart shall be divided by 1000000000000
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.BuiltInDisplayUnitValue

See Also

Reference

GrapeCity.Excel.Chart Namespace