CrosshairMousePosition Class
Specifies a crosshair label position near the mouse pointer.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(CrosshairMousePositionTypeConverter))]
public class CrosshairMousePosition :
CrosshairLabelPosition
Remarks
Use the CrosshairOptions.CommonLabelPosition property to access the CrosshairMousePosition object.
To learn more on the crosshair cursor, see the Crosshair Cursor topic.
Inheritance
Object
ChartElement
CrosshairLabelPosition
CrosshairMousePosition
See Also