Back to Devexpress

CrosshairOptions.ShowOutOfRangePoints Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairoptions-0a5f6418.md

latest2.2 KB
Original Source

CrosshairOptions.ShowOutOfRangePoints Property

Gets or sets the value indicating whether the values located out of visual range should be shown in the Crosshair label.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the Crosshair label for out of range values should be displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowOutOfRangePoints
ChartControl

.CrosshairOptions .ShowOutOfRangePoints

|

Remarks

The following table shows this property in action:

ShowOutOfRangeValues = FalseShowOutOfRangeValues = True

Note

Before using the ShowOutOfRangePoints property, make sure the ChartControlBase.CrosshairEnabled property is set to true.

To learn more about the Crosshair Cursor, see the following topic: Crosshair Cursor.

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.Xpf.Charts Namespace