DataPointCustomProperties.LabelBorderDashStyle 속성

정의

레이블의 테두리 스타일을 가져오거나 설정합니다.

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

속성 값

ChartDashStyle

레이블의 테두리 스타일을 지정하는 ChartDashStyle 열거형 값입니다.

특성

적용 대상