'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Gives you access to the text properties applied on the label")> Public Property TextProps As ChartText
'Usage Dim instance As AxisLabel Dim value As ChartText instance.TextProps = value value = instance.TextProps
[Category("Appearance")] [Description("Gives you access to the text properties applied on the label")] public ChartText TextProps {get; set;}