'DeclarationPublic Property CategoryDoubleList As List(Of Double)
'UsageDim instance As SeriesCache Dim value As List(Of Double) instance.CategoryDoubleList = value value = instance.CategoryDoubleList
public List<double> CategoryDoubleList {get; set;}