GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / CrossBetween Enumeration


CrossBetween Enumeration
Represents the possible crossing states of an axis.
Syntax
'Declaration
 
Public Enum CrossBetween 
   Inherits System.Enum
 
'Usage
 
Dim instance As CrossBetween
Members
MemberDescription
BetweenThe value axis shall cross the category axis between data markers.
MidpointThe value axis shall cross the category axis at the midpoint of a category.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.CrossBetween

See Also