Chart.BorderlineDashStyle Property

Definition

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

C#
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartDashStyle BorderlineDashStyle { get; set; }

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

Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1