Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IChartCategoryAxis : IChartValueAxis, 
	IChartAxis
Public Interface IChartCategoryAxis
	Inherits IChartValueAxis, IChartAxis
public interface class IChartCategoryAxis : IChartValueAxis, 
	IChartAxis
type IChartCategoryAxis =  
    interface
        interface IChartValueAxis
        interface IChartAxis
    end

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Alignment (Inherited from IChartAxis.)
AxisBetweenCategories
AxisType (Inherited from IChartAxis.)
BaseUnit
BaseUnitIsAuto
Border (Inherited from IChartAxis.)
CategoryLabels
CategoryType
Chart3DOptions (Inherited from IChartAxis.)
CrossesAt (Inherited from IChartValueAxis.)
CrossingPoint
CrossValue (Inherited from IChartValueAxis.)
EnteredDirectlyCategoryLabels
Font (Inherited from IChartAxis.)
HasMajorGridLines (Inherited from IChartAxis.)
HasMinorGridLines (Inherited from IChartAxis.)
IsAutoCross (Inherited from IChartValueAxis.)
IsAutoMajor (Inherited from IChartValueAxis.)
IsAutoMax (Inherited from IChartValueAxis.)
IsAutoMin (Inherited from IChartValueAxis.)
IsAutoMinor (Inherited from IChartValueAxis.)
IsLogScale (Inherited from IChartValueAxis.)
IsMaxCross (Inherited from IChartValueAxis.)
IsReverseOrder (Inherited from IChartValueAxis.)
LabelFrequency
MajorGridLines (Inherited from IChartAxis.)
MajorTickMark (Inherited from IChartAxis.)
MajorUnit (Inherited from IChartValueAxis.)
MajorUnitScale
MaxValue (Inherited from IChartValueAxis.)
MinorGridLines (Inherited from IChartAxis.)
MinorTickMark (Inherited from IChartAxis.)
MinorUnit (Inherited from IChartValueAxis.)
MinorUnitScale
MinValue (Inherited from IChartValueAxis.)
NumberFormat (Inherited from IChartAxis.)
Offset
Shadow (Inherited from IChartAxis.)
TextRotationAngle (Inherited from IChartAxis.)
TickLabelPosition (Inherited from IChartAxis.)
TickLabelSpacing
TickMarksFrequency
TickMarkSpacing
Title (Inherited from IChartAxis.)
TitleArea (Inherited from IChartAxis.)
Visible (Inherited from IChartAxis.)

See Also