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