CircularAxisY2D.TickmarksCrossAxis Property
In This Article
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
#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.
Tickmarks |
Tickmarks |
---|---|
![]() |
![]() |
#Implements
DevExpress.Xpf.Charts.Native.ITickmarksOwner.TickmarksCrossAxis
See Also