Bearbeiten

StripLine.BorderDashStyle Property

Definition

Gets or sets the border style of the strip line.

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

Property Value

A ChartDashStyle enumeration value that determines the border style of the strip line.

Attributes

Remarks

This property specifies the line style used for a border. The line can be solid, dotted or some variation of solid and dotted.

Applies to