CrosshairOptionsModel.ContentShowMode Property
Gets or sets the CrosshairOptions.ContentShowMode property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
CrosshairContentShowMode | The value specifying the chart element that contains the Crosshair’s 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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ContentShowMode |
---|---|
ChartModel |
|
See Also