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