Skip to main content
A newer version of this page is available. .

QueryChartCursorEventArgs.CursorImageOffset Property

Specifies an image offset for a custom cursor on a chart diagram.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public Point CursorImageOffset { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the custom cursor offset.

See Also