Spread WPF Documentation
AxisCrosses Enumeration


Specifies how the axis crosses the perpendicular axis.
Syntax
'Declaration
 
Public Enum AxisCrosses 
   Inherits System.Enum
'Usage
 
Dim instance As AxisCrosses
public enum AxisCrosses : System.Enum 
Members
MemberDescription
AutoZeroThe category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
MaxSpecifies the axis crosses at the maximum value.
MinSpecifies the axis crosses at the minimum value of the chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.AxisCrosses

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.