StripLine.BorderDashStyle Property

.NET Framework (current version)
 

Gets or sets the border style of the strip line.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member BorderDashStyle : ChartDashStyle with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.ChartDashStyle

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

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

.NET Framework
Available since 4.0
Return to top
Show: