'Declaration
<System.ComponentModel.CategoryAttribute("Attributes")> <System.ComponentModel.DescriptionAttribute("Gets or sets an object controlling the automatic data label layout features of the chart")> Public Property LabelLayout As NChartLabelLayoutSettings
'Usage
Dim instance As NChart Dim value As NChartLabelLayoutSettings instance.LabelLayout = value value = instance.LabelLayout
[System.ComponentModel.Category("Attributes")] [System.ComponentModel.Description("Gets or sets an object controlling the automatic data label layout features of the chart")] public NChartLabelLayoutSettings LabelLayout {get; set;}