AxisPositionType Enumeration
|
Indicates a 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 enum AxisPositionType
Public Enumeration AxisPositionType
public enum class AxisPositionType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Bottom
|
0
|
Indicates the axisdisplayed at the bottom of the plot area.
|
|
|
Left
|
1
|
Indicates the axisdisplayed at the left of the plot area.
|
|
|
Right
|
2
|
Indicates the axisdisplayed at the right of the plot area.
|
|
|
Top
|
3
|
Indicates the axisdisplayed at the top of the plot area.
|
See Also