Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramBar Class / LegendAreaId Property


In This Topic
    LegendAreaId Property (HistogramBar)
    In This Topic
    do not support API
    Syntax
    'Declaration
     
    
    Public Overrides Property LegendAreaId As Integer
    'Usage
     
    
    Dim instance As HistogramBar
    Dim value As Integer
     
    instance.LegendAreaId = value
     
    value = instance.LegendAreaId
    public override int LegendAreaId {get; set;}
    See Also