Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartModel Class / LegendAreas Property


In This Topic
    LegendAreas Property
    In This Topic
    Gets the collection of legend areas in the chart.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LegendAreas As LegendAreaCollection
    'Usage
     
    
    Dim instance As ChartModel
    Dim value As LegendAreaCollection
     
    value = instance.LegendAreas
    public LegendAreaCollection LegendAreas {get;}
    See Also