Skip to main content

AxisBase.TickmarksCrossAxis Property

Specifies whether or not tickmarks cross the axis.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool TickmarksCrossAxis { get; set; }

Property Value

Type Description
Boolean

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

See Also