Skip to main content

CircularAxisY2D.TickmarksCrossAxis Property

Specifies whether axis tickmarks cross the circular Y-axis. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool TickmarksCrossAxis { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Use the TickmarksCrossAxis property, when you need to control the axis tickmarks that cross the circular Y-axis.

The following table illustrates the TickmarksCrossAxis property in action.

TickmarksCrossAxis = true TickmarksCrossAxis = false
CircularAxisY - TickmarksCrossAxis - true CircularAxisY - TickmarksCrossAxis - false
See Also