ChartArea.BorderDashStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the border style of a ChartArea object.
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 chart area.
- Attributes
Remarks
The BorderDashStyle property determines the line style to use for a border. The line can be solid, dotted, and so forth.
For other border styles, see the ChartDashStyle enumeration topic.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.