Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LegendAreaHitTest Class / LegendArea Property


In This Topic
    LegendArea Property
    In This Topic
    Gets the legend area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LegendArea As LegendArea
    'Usage
     
    
    Dim instance As LegendAreaHitTest
    Dim value As LegendArea
     
    value = instance.LegendArea
    public LegendArea LegendArea {get;}

    Property Value

    The legend area.
    See Also