In This Topic
Gets or sets the cache mode of chart view.
Syntax
'Declaration
Public Property CacheMode As Object
'Usage
Dim instance As ChartView
Dim value As Object
instance.CacheMode = value
value = instance.CacheMode
public object CacheMode {get; set;}
See Also