TickMarkType
TickMarkType enumeration
Represents the tick mark type for the specified axis.
public enum TickMarkType
Values
Name | Value | Description |
---|---|---|
Cross | 0 | Specifies the tick marks shall cross the axis. |
Inside | 1 | Specifies the tick marks shall be inside the plot area. |
None | 2 | Specifies there shall be no tick marks. |
Outside | 3 | Specifies the tick marks shall be outside the plot area. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides