'Declaration <CategoryAttribute("Texts")> <DefaultValueAttribute()> <DescriptionAttribute("When set to true the axis texts are displayed in a stagger manner")> Public Property StaggerTexts As Boolean
'Usage Dim instance As Axis Dim value As Boolean instance.StaggerTexts = value value = instance.StaggerTexts
[Category("Texts")] [DefaultValue()] [Description("When set to true the axis texts are displayed in a stagger manner")] public bool StaggerTexts {get; set;}