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

In This Topic
    SmallChange Property (AxisScrollbar)
    In This Topic
    Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(10)>
    <C1DescriptionAttribute("Interaction.AxisScrollbar.SmallChange", "Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.")>
    Public Property SmallChange As Double
    [DefaultValue(10)]
    [C1Description("Interaction.AxisScrollbar.SmallChange", "Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.")]
    public double SmallChange {get; set;}
    See Also