ChartControl.CrosshairOptions Property
In This Article
Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public CrosshairOptions CrosshairOptions { get; set; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#Remarks
Before using the CrosshairOptions property, make sure the ChartControl.CrosshairEnabled property is set to true.
#Examples
This example demonstrates how to customize the crosshair label options to show crosshair axis lines and labels on a chart.
See Also