| ChartAutoDraw Property |
Gets or sets value indicating whether to automatically request chart data asynchronously if no data has been initially provided.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(false)]
[DefaultValueAttribute(false)]
public bool AutoDraw { get; set; }
<BindableAttribute(false)>
<DefaultValueAttribute(false)>
Public Property AutoDraw As Boolean
Get
Set
Property Value
Type:
BooleanRemarks See Also