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

LegendSeparatorStyle 值,表示要繪製在標題下方的分隔符號類型。 預設值是 None

適用於