共用方式為


ChartArea.BorderDashStyle 屬性

定義

取得或設定 ChartArea 物件的框線樣式。

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

屬性值

ChartDashStyle 列舉值,決定圖表區域的框線樣式。

屬性

備註

屬性 BorderDashStyle 會決定要用於框線的線條樣式。 線條可以是實心、虛線等等。

如需其他框線樣式,請參閱 ChartDashStyle 列舉主題。

適用於