TickmarksBase Class
Represents the base class for classes that provide tickmarks functionality for a chart control’s axes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public abstract class TickmarksBase :
ChartElement,
ITickmarksOwner
Remarks
The TickmarksBase class serves as a base class for the Tickmarks and RadarTickmarksY classes, which provide tickmarks functionality for the axes within a chart’s diagram.
The main settings exposed via the properties of the TickmarksBase class allow you to customize the appearance and visibility of major tickmarks (TickmarksBase.Length, TickmarksBase.Thickness and TickmarksBase.Visible), minor tickmarks (TickmarksBase.MinorLength, TickmarksBase.MinorThickness and TickmarksBase.MinorVisible) and control whether tickmarks are displayed across the axis (TickmarksBase.CrossAxis).
For charts of the radar series view type, the derived RadarTickmarksY class provides this functionality.
For more information, refer to Grid Lines, Tickmarks and Interlacing.