Skip to main content

QueryChartCursorEventArgs.Position Property

Gets or sets a value that specifies the position of a custom cursor on the chart’s diagram.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Point Position { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the cursor coordinates on a chart.

See Also