AxisPositionType Enumeration |
Determines a position of axis.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum AxisPositionType
Public Enumeration AxisPositionType
public enum class AxisPositionType
Members|
| Member name | Value | Description |
|---|
| Bottom | 0 |
Specifies that the axis shall be displayed at the bottom of the plot area.
|
| Left | 1 |
Specifies that the axis shall be displayed at the left of the plot area.
|
| Right | 2 |
Specifies that the axis shall be displayed at the right of the plot area.
|
| Top | 3 |
Specifies that the axis shall be displayed at the top of the plot area.
|
See Also