LegendItem.BorderWidth プロパティ

定義

凡例項目の境界線の幅を取得または設定します。

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

プロパティ値

integer凡例項目の境界線の幅をピクセル単位で決定する値。

属性

注釈

プロパティを BorderWidth 使用して、カスタム凡例項目をスタイルで表示する場合などに、線の幅を Line 設定することもできます。

メモこのプロパティは、 または ImageのいずれかをSeriesSymbol持つLegendCellTypeオブジェクトにのみLegendCell適用されます。

適用対象