다음을 통해 공유


Axis.LineDashStyle 속성

정의

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

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

속성 값

ChartDashStyle 열거형 값입니다.

특성

설명

이 속성은 LineDashStyle 축에 사용되는 선 스타일을 결정합니다. 선은 단색, 점선 등일 수 있습니다.

참고 축을 사용할 수 없지만 인접한 축이 눈금선을 사용하는 경우 해당 눈금선 중 하나가 활성화되지 않은 축 대신 표시됩니다. 축의 속성이 Enabled .로 설정된 경우에도 같은 상황이 발생합니다 Auto. 이 경우 축은 데이터를 그리는 데 사용되지 않으며 인접 축의 눈금선이 대신 그려집니다.

적용 대상