Skip to main content

AxisBase.TickmarksCrossAxis Property

Specifies whether or not tickmarks cross the axis.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateAxisLayout")]
public bool TickmarksCrossAxis { get; set; }

Property Value

Type Description
Boolean

true, if tickmarks should cross the axis; otherwise, false.

See Also