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


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