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