SeriesBase.CrosshairContentShowMode Property
In This Article
Gets or sets the element that dispays the series’s Crosshair content.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
#Property Value
Type | Description |
---|---|
Crosshair |
The value that defines the chart element containing series’s Crosshair data. |
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. |
See Also