Back to Devexpress

CrosshairOptionsModel.CrosshairLabelMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-crosshairoptionsmodel-c51b4bef.md

latest2.4 KB
Original Source

CrosshairOptionsModel.CrosshairLabelMode Property

Gets or sets the value of the CrosshairOptions.CrosshairLabelMode within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public CrosshairLabelMode CrosshairLabelMode { get; set; }
vb
<PropertyForOptions>
Public Property CrosshairLabelMode As CrosshairLabelMode

Property Value

TypeDescription
CrosshairLabelMode

The value specifying how many crosshair labels should be displayed when a chart contains several series.

|

Available values:

NameDescription
ShowForEachSeries

A crosshair label is shown for each series.

| | ShowForNearestSeries |

A crosshair label is shown for the nearest series.

| | ShowCommonForAllSeries |

A crosshair label is shown common to all series.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CrosshairLabelMode
ChartModel

.CrosshairOptions .CrosshairLabelMode

|

See Also

CrosshairOptionsModel Class

CrosshairOptionsModel Members

DevExpress.XtraCharts.Designer Namespace