Visual Basic (Declaration) | |
---|---|
Public Property CacheDuration As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int CacheDuration {get; set;} |
C# | Copy Code |
---|---|
//Used the already generated image for upto 45 minutes. |
Visual Basic | Copy Code |
---|---|
'Used the already generated image for upto 45 minutes. |
When set, a given chart image will be generated on the first hit and on all subsequent hits within
the cache duration period the same image will be returned with no rendering
work by the chart control.