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

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