Skip to main content

Axis2D.TickmarksCrossAxis Property

Specifies whether or not the axis tick marks are drawn across the axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public bool TickmarksCrossAxis { get; set; }

#Property Value

Type Description
Boolean

true for the tick marks to cross the axis; otherwise false.

#Implements

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