Chart.BorderlineDashStyle Property

Definition

Gets or sets the style of the entire chart image border line.

public:
 property System::Web::UI::DataVisualization::Charting::ChartDashStyle BorderlineDashStyle { System::Web::UI::DataVisualization::Charting::ChartDashStyle get(); void set(System::Web::UI::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartDashStyle BorderlineDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderlineDashStyle : System.Web.UI.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderlineDashStyle As ChartDashStyle

Property Value

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

Attributes

Remarks

This property determines the line style used for the chart image border line. The line can be solid, dotted, and so forth

For further style options, see the ChartDashStyle enumeration topic.

This property is similar to the BorderStyle property, the only difference being that the BorderStyle property is not available from the Properties Window at design time.

Applies to