WebPart.RealTimeInterval Property

Gets or sets the time interval to refresh the Web Part.

Namespace:  Microsoft.Office.Server.WebControls.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property RealTimeInterval As Integer
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As Integer

value = instance.RealTimeInterval

instance.RealTimeInterval = value
public int RealTimeInterval { get; set; }

Property Value

Type: System.Int32
The Int32 object that represents the interval time to refresh in milliseconds.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace