ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / AxisScrollbar Class / LowerValue Property

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