ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / CacheMode Property


In This Topic
    CacheMode Property
    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