'Declaration <DescriptionAttribute("The texts displayed as legend header or footer.")> <CategoryAttribute("General")> Public Property Text As String
'Usage Dim instance As LegendText Dim value As String instance.Text = value value = instance.Text
[Description("The texts displayed as legend header or footer.")] [Category("General")] public string Text {get; set;}