Back to Devexpress

CrosshairOptionsModel.ContentShowMode Property

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

latest2.5 KB
Original Source

CrosshairOptionsModel.ContentShowMode Property

Gets or sets the CrosshairOptions.ContentShowMode property value within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
CrosshairContentShowMode

The value specifying the chart element that contains the Crosshair’s 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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ContentShowMode
ChartModel

.CrosshairOptions .ContentShowMode

|

See Also

CrosshairOptionsModel Class

CrosshairOptionsModel Members

DevExpress.XtraCharts.Designer Namespace