Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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