Chart.BorderlineDashStyle 속성

정의

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

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartDashStyle BorderlineDashStyle { 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 BorderlineDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BorderlineDashStyle : System.Windows.Forms.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderlineDashStyle As ChartDashStyle

속성 값

ChartDashStyle

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

특성

적용 대상