AxisScrollBar.IsPositionedInside 属性

定义

获取或设置一个标志,该标志指示滚动条是定位在图表区域内还是图表区域外。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

属性值

Boolean

如果滚动条定位在图表区域内,则为 true;否则为 falsetrue if the scroll bar is positioned inside or outside the chart area; otherwise, false.

属性

适用于