'Declaration <DefaultValueAttribute()> <DescriptionAttribute("The offset of the legend item texts from the legend item marks.")> <CategoryAttribute("General")> Public Property TextOffset As Integer
'Usage Dim instance As LegendData Dim value As Integer instance.TextOffset = value value = instance.TextOffset
[DefaultValue()] [Description("The offset of the legend item texts from the legend item marks.")] [Category("General")] public int TextOffset {get; set;}