LegendItem.BorderWidth プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
凡例項目の境界線の幅を取得または設定します。
public:
property int BorderWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int BorderWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderWidth : int with get, set
Public Property BorderWidth As Integer
プロパティ値
凡例 integer
項目の境界線の幅 (ピクセル単位) を決定する 値。
- 属性
注釈
プロパティを使用して、カスタム凡例項目をスタイルで表示する場合など、線の幅 BorderWidth を設定 Line できます。
注 このプロパティは、 または のいずれかの LegendCell を持つ LegendCellType オブジェクトにのみ適用 SeriesSymbol されます Image 。