SeriesBaseModel.CrosshairContentShowMode Property
Gets or sets the SeriesBase.CrosshairContentShowMode property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
Property Value
Type | Description |
---|---|
CrosshairContentShowMode | The value that specifies the chart element displaying the 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