A newer version of this page is available.
Switch to the current version.
Indicator.CrosshairContentShowMode Property
Gets or sets the element that displays the indicator's Crosshair content.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<XtraSerializableProperty>
Public Property CrosshairContentShowMode As CrosshairContentShowMode
Property Value
Type | Description |
---|---|
CrosshairContentShowMode | The value that defines the chart element that contains the indicator's Crosshair data. |
See Also
Feedback