Skip to main content
A newer version of this page is available. .

Crosshair3DOptions.ShowValueLabel Property

Gets or sets the value specifying whether the axis value label should be displayed.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool ShowValueLabel { get; set; }

Property Value

Type Description
Boolean

true if the label should be shown; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowValueLabel
Chart3DControl
.CrosshairOptions .ShowValueLabel

Remarks

The following table demonstrates this property in action.

ShowValueLabel = False ShowValueLabel = True
Crosshair3DOptions_ShowValueLabel-false Crosshair3DOptions_Default
See Also