Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public bool ShowOutOfRangePoints { get; set; }

#Property Value

Type Description
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 Type Path to ShowOutOfRangePoints
ChartControl
.CrosshairOptions .ShowOutOfRangePoints

#Remarks

The following table shows this property in action:

ShowOutOfRangeValues = False ShowOutOfRangeValues = True
CrosshairOptions_ShouwOutOfRangeValues_false CrosshairOptions_ShouwOutOfRangeValues_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