Share via


Annotation.LineDashStyle 속성

정의

주석의 선 스타일을 가져오거나 설정합니다.

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

속성 값

ChartDashStyle

주석의 선 스타일을 그리는 데 사용되는 ChartDashStyle 값입니다.

적용 대상