Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.ForceCursor Property

Indicates whether ChartElement should force the user interface (UI) to render the cursor as declared by the FrameworkElement.Cursor property.

Namespace: DevExpress.Xpf.Charts

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

Declaration

[Browsable(false)]
public bool ForceCursor { get; set; }

Property Value

Type Description
Boolean

true if the cursor presentation while over this element is forced to use the current Cursor settings for the cursor (including on all child elements); otherwise false. The default value is false.

See Also