Gets or sets a value indicating whether the control uses callback mechanism to load requested page to client.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool EnableCallback { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property EnableCallback As Boolean
	Get
	Set

See Also