AxisScrollBar.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.