Spread Windows Forms 12.0 Product Documentation
LabelAreas Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ChartModel Class : LabelAreas Property
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

Reference

ChartModel Class
ChartModel Members