CrosshairOptions.ContentShowMode Property
In This Article
Gets or sets the element that displays the Crosshair’s content.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public CrosshairContentShowMode ContentShowMode { get; set; }
#Property Value
Type | Description |
---|---|
Crosshair |
The value that specifies the chart element displaying the Crosshair’s content. |
Available values:
Name | Description |
---|---|
Default | The default mode. |
Label | The Crosshair’s label displays information about the series point that the Crosshair Cursor highlights. |
Legend | A legend displays information about the series point that the Crosshair Cursor highlights. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Content |
---|---|---|
Win |
Chart |
|
ASP. |
Chart |
|
ASP. |
Web |
|
See Also