Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartModel Class / LabelAreas Property


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