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입니다.

적용 대상