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

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