'Declaration <DefaultValueAttribute()> <CategoryAttribute("General")> <DescriptionAttribute("Offset of the label from the original position")> Public Property Offset As Single
'Usage Dim instance As AxisLabel Dim value As Single instance.Offset = value value = instance.Offset
[DefaultValue()] [Category("General")] [Description("Offset of the label from the original position")] public float Offset {get; set;}