CrosshairIndicatorLegendElement Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class CrosshairIndicatorLegendElement :
CrosshairLegendElementBase
#Remarks
Use the CrosshairIndicatorLegendElement class to configure the indicator-related crosshair options when the crosshair shows content in a Legend (the CrosshairOptions.ContentShowMode (Indicator.CrosshairContentShowMode) property is set to Legend).
#Inheritance
Object
BaseCrosshairLabelElement
CrosshairLegendElementBase
CrosshairIndicatorLegendElement
See Also