LegendItem.MarkerBorderWidth Property

.NET Framework (current version)
 

Gets or sets the border width of the markers, if used. Measured in pixels.

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

<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property MarkerBorderWidth As Integer

Property Value

Type: System.Int32

An integer value. The default value is one (1) pixel.

This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

.NET Framework
Available since 4.0
Return to top
Show: