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