Skip to main content

CircularAxisY2D.TickmarksCrossAxis Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
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

#Implements

DevExpress.Xpf.Charts.Native.ITickmarksOwner.TickmarksCrossAxis
See Also