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 AxisPositionType Position { get; set; }
Public Property Position As AxisPositionType
	Get
	Set
public:
virtual property AxisPositionType Position {
	AxisPositionType get () sealed;
	void set (AxisPositionType value) sealed;
}
abstract Position : AxisPositionType with get, set
override Position : AxisPositionType with get, set

Property Value

AxisPositionType

Implements

IChartAxis..::..Position

See Also