'Declaration
<System.ComponentModel.CategoryAttribute("Labels")> <System.ComponentModel.DescriptionAttribute("Gets or sets the collection of strings used for axis labels")> Public Property Labels As NArrayList
'Usage
Dim instance As NStandardScaleConfigurator Dim value As NArrayList instance.Labels = value value = instance.Labels
[System.ComponentModel.Category("Labels")] [System.ComponentModel.Description("Gets or sets the collection of strings used for axis labels")] public NArrayList Labels {get; set;}