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