Skip to main content

Crosshair3DOptions.ShowXArgumentLabel Property

Gets or sets the value specifying whether the X-argument label should be shown.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowXArgumentLabel { 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 ShowXArgumentLabel
Chart3DControl
.CrosshairOptions .ShowXArgumentLabel

Remarks

The following table demonstrates this property in action.

ShowXArgumentLabel = False ShowXArgumentLabel = True
Crosshair3DOptions_ShowXArgumentLabel-false Crosshair3DOptions_Default
See Also