Indicator.CrosshairLabelVisibility Property
In This Article
Gets or sets the value that specifies whether to show a crosshair label for the indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Default |
| Value | Description |
|||
| Default | The Crosshair |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also