Aspose::Cells::Charts::TickMarkType enum
TickMarkType enum
Represents the tick mark type for the specified axis.
enum class TickMarkType
Values
Name | Value | Description |
---|---|---|
Cross | 0 | Tick mark type is Cross. |
Inside | 1 | Tick mark type is Inside. |
None | 2 | Tick mark type is None. |
Outside | 3 | Tick mark type is Outside. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++