'Declaration <DescriptionAttribute("The text properties of the legend data item texts.")> <CategoryAttribute("General")> Public Property TextProps As ChartText
'Usage Dim instance As LegendData Dim value As ChartText instance.TextProps = value value = instance.TextProps
[Description("The text properties of the legend data item texts.")] [Category("General")] public ChartText TextProps {get; set;}