LegendItem.SeparatorType プロパティ

定義

凡例項目の区分線のスタイルを取得または設定します。

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

プロパティ値

LegendSeparatorStyle

凡例項目の区切り記号のスタイルを指定する LegendSeparatorStyle 列挙値。

適用対象