Back to Devexpress

CrosshairIndicatorElement Class

corelibraries-devexpress-dot-xtracharts-3e9a46bc.md

latest1.7 KB
Original Source

CrosshairIndicatorElement Class

Represents the indicator-related crosshair elements (e.g., crosshair lines, crosshair axis labels) that can be used to custom draw a crosshair cursor.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[RuntimeObject]
public class CrosshairIndicatorElement :
    CrosshairElementBase
vb
<RuntimeObject>
Public Class CrosshairIndicatorElement
    Inherits CrosshairElementBase

Remarks

Use the CrosshairIndicatorElement class to configure the indicator-related crosshair options when the crosshair shows content in a label (the CrosshairOptions.ContentShowMode (Indicator.CrosshairContentShowMode) property is set to Label ).

Inheritance

Object CrosshairElementBase CrosshairIndicatorElement

See Also

CrosshairIndicatorElement Members

DevExpress.XtraCharts Namespace