LegendItem.BorderDashStyle プロパティ

定義

凡例項目の境界線スタイルを取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartDashStyle BorderDashStyle { System::Windows::Forms::DataVisualization::Charting::ChartDashStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartDashStyle BorderDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BorderDashStyle : System.Windows.Forms.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderDashStyle As ChartDashStyle

プロパティ値

凡例項目の境界線スタイルを決定する ChartDashStyle 列挙値。

属性

注釈

このプロパティは、罫線に使用される線のスタイルを決定します。 線は、実線、点線などを使用できます。

その他の罫線のスタイルについては、列挙に関するトピックを ChartDashStyle 参照してください。

注意

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

適用対象