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