Spread WinForms 15
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
See Also