ComponentOne Chart for WPF and Silverlight
ActionUpdateDelay Property


C1.WPF.C1Chart Namespace > C1Chart Class : ActionUpdateDelay Property
Gets or sets chart update delay in milliseconds after interactive action.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ActionUpdateDelay As System.Double
'Usage
 
Dim instance As C1Chart
Dim value As System.Double
 
instance.ActionUpdateDelay = value
 
value = instance.ActionUpdateDelay
[System.ComponentModel.DefaultValue()]
public System.double ActionUpdateDelay {get; set;}
See Also

Reference

C1Chart Class
C1Chart Members