Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HistogramSeries Class / Bar Property


In This Topic
    Bar Property
    In This Topic
    Gets the bar object of the histogram series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bar As HistogramBar
    'Usage
     
    
    Dim instance As HistogramSeries
    Dim value As HistogramBar
     
    value = instance.Bar
    public HistogramBar Bar {get;}
    See Also