'Declaration
<C1DescriptionAttribute("Axis.Labels", "Gets or sets a value indicating whether the axis labels are visible.")> <DefaultValueAttribute(True)> Public Property Labels As Boolean
[C1Description("Axis.Labels", "Gets or sets a value indicating whether the axis labels are visible.")] [DefaultValue(true)] public bool Labels {get; set;}