AxisScrollBar.IsPositionedInside Property

Definition

Gets or sets a flag that indicates whether scroll bar is positioned inside or outside the chart area.

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

Property Value

true if the scroll bar is positioned inside or outside the chart area; otherwise, false.

Attributes

Applies to