dotnetCHARTING Send comments on this topic.
Cached Property
See Also 
dotnetCHARTING Namespace > FileManager Class : Cached Property


Gets a value indicating whether the chart was renderd or a cached image was used.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Cached As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FileManager
Dim value As Boolean
 
value = instance.Cached
C# 
public bool Cached {get;}

Remarks

If false no special processing is required because a cached image will be displayed.

See Also

© 2010 All Rights Reserved.