Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

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