Cached Property
Gets a value indicating whether the chart was renderd or a cached image was used.
Syntax
'Declaration Public ReadOnly Property Cached As Boolean
'Usage Dim instance As FileManager Dim value As Boolean value = instance.Cached
public bool Cached {get;}
Remarks
If false no special processing is required because a cached image will be displayed.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also