Legend.HeaderSeparator プロパティ

定義

凡例の見出しに表示する区切り記号の種類を取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle HeaderSeparator { System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle value); };
public System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle HeaderSeparator { get; set; }
member this.HeaderSeparator : System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle with get, set
Public Property HeaderSeparator As LegendSeparatorStyle

プロパティ値

凡例の見出しに表示する区切り記号の種類を指定する LegendSeparatorStyle 列挙値。

適用対象