ChartAxis
Position Property
|
Represents position of axis
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
Type:
AxisPositionType
Implements
IChartAxis
Position
See Also