AxisScaleView.SmallScrollSize 속성

정의

최소 스크롤 크기를 가져오거나 설정합니다.

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

속성 값

Double

작은 스크롤 크기를 나타내는 double 값입니다.

특성

적용 대상