AxisScaleView.SmallScrollSize Property

Definition

Gets or sets the small scrolling size.

public:
 property double SmallScrollSize { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisMinMaxAutoValueConverter))]
public double SmallScrollSize { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisMinMaxAutoValueConverter))>]
member this.SmallScrollSize : double with get, set
Public Property SmallScrollSize As Double

Property Value

A double value that represents the small scrolling size.

Attributes

Applies to