AxisTickMarks Enum
Lists values used to specify the position of the tick marks on the axis.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
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. |
Remarks
The values listed by this enumeration are used to set the Axis.MajorTickMarks and Axis.MinorTickMarks properties.
See Also
Feedback