Back to Devexpress

SeriesBaseModel.CrosshairContentShowMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-seriesbasemodel-39fddc0f.md

latest2.2 KB
Original Source

SeriesBaseModel.CrosshairContentShowMode Property

Gets or sets the SeriesBase.CrosshairContentShowMode property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property CrosshairContentShowMode As CrosshairContentShowMode

Property Value

TypeDescription
CrosshairContentShowMode

The value that specifies the chart element displaying the series’s Crosshair data.

|

Available values:

NameDescription
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

SeriesBaseModel Class

SeriesBaseModel Members

DevExpress.XtraCharts.Designer Namespace