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

一个 ChartDashStyle 枚举值。

属性

注解

LineDashStyle属性确定用于轴的线条样式。 该行可以是纯色、点线等。

注意 如果未启用轴,但相邻轴使用网格线,则将显示其中一条网格线来代替未启用的轴。 如果 Enabled 轴的属性设置为,则会出现这种情况 Auto 。 在这种情况下,轴不用于绘制数据,而是将绘制相邻轴的网格线。

适用于