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

In This Topic
    Maximum Property (AxisScrollbar)
    In This Topic
    Gets or sets the maximum possible value of the range element.
    Syntax
    '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;}
    See Also