Skip to main content
A newer version of this page is available.
All docs
V18.2

WebChartControl.Cursor Property

Overrides the ASPxWebControl.Cursor property to hide it.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public override string Cursor { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the Cursor property isn’t appropriate for the WebChartControl class.

See Also