'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Specifies the label of the low data points.")> Public Property LowLabel As String
'Usage Dim instance As HighLowSeries Dim value As String instance.LowLabel = value value = instance.LowLabel
[Category("Options")] [Description("Specifies the label of the low data points.")] public string LowLabel {get; set;}