Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / BinType Property


In This Topic
    BinType Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BinType As HistogramBinType
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As HistogramBinType
     
    instance.BinType = value
     
    value = instance.BinType
    public HistogramBinType BinType {get; set;}
    See Also