Visual Basic (Declaration) | |
---|---|
Public Property CachePeriod As TimeSpan |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TimeSpan CachePeriod {get; set;} |
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.