SpreadsheetGear 2023
AxisCrosses Enumeration


SpreadsheetGear.Charts Namespace : AxisCrosses Enumeration
Specifies where the other axis crosses an axis.
Syntax
'Declaration
 
Public Enum AxisCrosses 
   Inherits System.Enum
'Usage
 
Dim instance As AxisCrosses
public enum AxisCrosses : System.Enum 
Members
MemberDescription
AutomaticCross at an automatic axis value.
CustomCross at a custom axis value.
MaximumCross at the maximum axis value.
MinimumCross at the minimum axis value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.AxisCrosses

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace