IChartAxis
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
AxisPositionType Position { get; set; }
Property Position As AxisPositionType
Get
Set
property AxisPositionType Position {
AxisPositionType get ();
void set (AxisPositionType value);
}
abstract Position : AxisPositionType with get, set
Property Value
Type:
AxisPositionType
See Also