AxisTickMarks Enum
Lists values used to specify the position of the tick marks on the axis.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Cross
|
Specifies that the tick marks should cross the axis. |
Inside
|
Specifies that the tick marks should be displayed inside the plot area. |
None
|
Specifies that the tick marks should not be displayed on the axis. |
Outside
|
Specifies that the tick marks should be displayed outside the plot area. |
Related API Members
The following properties accept/return AxisTickMarks values:
Remarks
The values listed by this enumeration are used to set the Axis.MajorTickMarks and Axis.MinorTickMarks properties.
See Also