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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public AxisType AxisType { get; set; }
Public Property AxisType As AxisType
	Get
	Set
public:
virtual property AxisType AxisType {
	AxisType get () sealed;
	void set (AxisType value) sealed;
}
abstract AxisType : AxisType with get, set
override AxisType : AxisType with get, set

Property Value

AxisType

Implements

IChartAxis..::..AxisType

See Also