Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class / BinType Property


In This Topic
    BinType Property (BinOption)
    In This Topic
    Gets the axis option for the histogram series.
    Syntax
    'Declaration
     
    
    Public Property BinType As BinOption.HistogramBinType
    'Usage
     
    
    Dim instance As BinOption
    Dim value As BinOption.HistogramBinType
     
    instance.BinType = value
     
    value = instance.BinType
    public BinOption.HistogramBinType BinType {get; set;}
    See Also