Axis2D.CrosshairLabelPatternProperty Field
OBSOLETE
The Axis2D.CrosshairLabelPattern property is obsolete now. Use the Pattern property instead.
Identifies the Axis2D.CrosshairLabelPattern
dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
[Obsolete("The Axis2D.CrosshairLabelPattern property is obsolete now. Use the CrosshairAxisLabelOptions.Pattern property instead.")]
public static readonly DependencyProperty CrosshairLabelPatternProperty
Field Value
Type | Description |
---|---|
DependencyProperty | A dependency property identifier. |
Remarks
For more information about the crosshair cursor, refer to the following help topic: Crosshair Cursor.
See Also