Spread Silverlight Documentation
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
BillionsSpecifies the value on the chart shall be divided by 1000000000
HundredMillionsSpecifies the value on the chart shall be divided by 100000000
HundredsSpecifies the value on the chart shall be divided by 100
HundredThousandsSpecifies the value on the chart shall be divided by 100000
MillionsSpecifies the value on the chart shall be divided by 1000000
NoneSpecifies the value on the chart shall be displayed directly.
TenMillionsSpecifies the value on the chart shall be divided by 10000000
TenThousandsSpecifies the value on the chart shall be divided by 10000
ThousandsSpecifies the value on the chart shall be divided by 1000
TrillionsSpecifies the value on the chart shall be divided by 1000000000000
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.