'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Defines the label that is displayed for missing values.")> <System.ComponentModel.DefaultValueAttribute("")> Public Property Label As System.String
'Usage
Dim instance As NEmptyDataPoints Dim value As System.String instance.Label = value value = instance.Label
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Defines the label that is displayed for missing values.")] [System.ComponentModel.DefaultValue("")] public System.string Label {get; set;}