Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Axis Class
Members


In This Topic
    Axis Class
    In This Topic
    Abstract class encapsulating an axis in a Chart.
    Syntax
    'Declaration
     
    
    Public MustInherit Class Axis 
    'Usage
     
    
    Dim instance As Axis
    public abstract class Axis 
    Remarks
    This is the base class for CategoryAxisValueAxisSeriesAxis.
    Inheritance Hierarchy
    Public Properties
     NameDescription
    Public PropertyGets or sets the custom value that will be used to determine where the relative Axis will cross the Axis.  
    Public PropertyGets or sets where the relative Axis will cross the Axis.  
    Public PropertyGets the Area that will be used to customize the background of the Axis' labels.  
    Public PropertyGets or sets if the Axis will be drawn in the reversed order.  
    Public PropertyGets or sets if the Axis is visible or not.  
    Public PropertyGets the AxisLine.  
    Public PropertyGets the Axis' major gridlines.  
    Public PropertyGets or sets the TickMarksType for the Axis' major ticks.  
    Public PropertyGets or sets the increment used to determine the space between each major tick marks.  
    Public PropertyGets the Axis' minor gridlines.  
    Public PropertyGets or sets the TickMarksType for the Axis' minor ticks.  
    Public PropertyGets or sets the increment used to determine the space between each minor tick marks.   
    Public PropertyGets the Axis' tick labels.  
    Public PropertyGets or sets the position of the tick labels on the Axis.  
    Public PropertyGets the Axis' title.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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