SeriesBase.CrosshairContentShowMode Property
Gets or sets the element that dispays the series’s Crosshair content.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
Property Value
Type | Description |
---|---|
CrosshairContentShowMode | 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