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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
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.
TickmarksCrossAxis = true | TickmarksCrossAxis = false |
---|---|
See Also