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