Back to Devexpress

CrosshairOptions.ShowOnlyInFocusedPane Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-c741092e.md

latest2.7 KB
Original Source

CrosshairOptions.ShowOnlyInFocusedPane Property

Gets or sets a value that specifies whether to show a crosshair cursor in a focused pane only.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool ShowOnlyInFocusedPane { get; set; }
vb
Public Property ShowOnlyInFocusedPane As Boolean

Property Value

TypeDescription
Boolean

true to display a crosshair cursor in a focused pane; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ShowOnlyInFocusedPane
WinForms ControlsChartControl

.CrosshairOptions .ShowOnlyInFocusedPane

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .ShowOnlyInFocusedPane

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .ShowOnlyInFocusedPane

|

Remarks

Before using the ShowOnlyInFocusedPane property, make sure the ChartControl.CrosshairEnabled property is set to true.

The following table shows this property in action.

ShowOnlyInFocusedPane=TrueShowOnlyInFocusedPane=False

For more information on a crosshair cursor, see Tooltip and Crosshair Cursor.

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace