GrapeCity.Xaml.Excel
CrossBetween Enumeration


GrapeCity.Excel.Chart Namespace : CrossBetween Enumeration
specifies the possible crossing states of an axis.
Syntax
'Declaration
 
Public Enum CrossBetween 
   Inherits System.Enum
'Usage
 
Dim instance As CrossBetween
public enum CrossBetween : System.Enum 
Members
MemberDescription
Between Specifies the value axis shall cross the category axis between data markers.
MidpointOfCategory Specifies the value axis shall cross the category axis at the midpoint of a category.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace