'Declaration Public ReadOnly Property CachedValues As List(Of Nullable(Of Double))
'Usage Dim instance As BaseSparklineViewInfo Dim value As List(Of Nullable(Of Double)) value = instance.CachedValues
public List<Nullable<double>> CachedValues {get;}
'Declaration Public ReadOnly Property CachedValues As List(Of Nullable(Of Double))
'Usage Dim instance As BaseSparklineViewInfo Dim value As List(Of Nullable(Of Double)) value = instance.CachedValues
public List<Nullable<double>> CachedValues {get;}