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