Bearbeiten

AxisScrollBar.Size Property

Definition

Gets or sets the width of a scrollbar, in pixels.

public:
 property double Size { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double Size { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Size : double with get, set
Public Property Size As Double

Property Value

The width of a scrollbar in pixels. The default value is 14 pixels. The value can range from 5 to 20 pixels.

Attributes

Remarks

Gets or sets the width of a scrollbar, which can be from 5 to 20 pixels.

Set this property to zero to disable a scrollbar.

Important

To fix the position of scrollbars, the plotting area position of a chart area must not be set to Auto. To explicitly set the plotting area position, use the InnerPlotPosition property.

Applies to