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