Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / CategoryDoubleList Property


In This Topic
    CategoryDoubleList Property
    In This Topic
    Syntax
    '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;}
    See Also