Legend.TableStyle 속성

정의

범례 테이블 스타일을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendTableStyle TableStyle { System::Windows::Forms::DataVisualization::Charting::LegendTableStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::LegendTableStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.LegendTableStyle TableStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TableStyle : System.Windows.Forms.DataVisualization.Charting.LegendTableStyle with get, set
Public Property TableStyle As LegendTableStyle

속성 값

LegendTableStyle

범례 테이블 스타일을 지정하는 LegendTableStyle 열거형 값입니다.

특성

설명

이 속성은만 적용 하는 경우는 LegendStyle 속성이 Table합니다.

적용 대상