Share via


Legend.TitleSeparator プロパティ

定義

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

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

プロパティ値

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

適用対象