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

适用于