LegendItem.BorderDashStyle Property
.NET Framework (current version)
Gets or sets the border style of a legend item.
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.ChartDashStyleA ChartDashStyle enumeration value that determines the border style of the legend item.
This property determines the line style used for a border. The line can be solid, dotted, and so forth.
For other border styles, see the ChartDashStyle enumeration topic.
Note |
|---|
This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
