'Declaration
<C1DescriptionAttribute("Interaction.AxisScrollbar.Minimum", "Gets or sets the minimum possible value of the range element.")> <DefaultValueAttribute(0)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <MergablePropertyAttribute(True)> Public Property Minimum As Double
[C1Description("Interaction.AxisScrollbar.Minimum", "Gets or sets the minimum possible value of the range element.")] [DefaultValue(0)] [RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] public double Minimum {get; set;}