Legend.TitleSeparator プロパティ

定義

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

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

プロパティ値

タイトルの下に描画される区切り記号の種類を表す LegendSeparatorStyle 値。 既定値は None です。

適用対象