Skip to main content
All docs
V19.2

WebChartControl.Cursor Property

Overrides the ASPxWebControl.Cursor property to hide it.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.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