ChartArea.BorderDashStyle 属性
定义
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 枚举值,该值确定图表区域的边框样式。A ChartDashStyle enumeration value that determines the border style of the chart area.
- 属性
注解
BorderDashStyle属性确定要用于边框的线条样式。The BorderDashStyle property determines the line style to use for a border. 该行可以是纯色、点线等。The line can be solid, dotted, and so forth.
有关其他边框样式,请参阅 ChartDashStyle 枚举主题。For other border styles, see the ChartDashStyle enumeration topic.