LegendItem.MarkerBorderColor Property

.NET Framework (current version)
 

Gets or sets the border color of the markers, if used.

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

[BindableAttribute(true)]
[TypeConverterAttribute(typeof(ColorConverter))]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public Color MarkerBorderColor { get; set; }

Property Value

Type: System.Drawing.Color

A Color value that represents the ARGB (alpha, red, green, blue) color of a marker border.

To use markers, set the MarkerStyle property to a value other than None.

Note that markers will not be applied to pie, doughnut, and any stacked chart types.

For custom legends, the BorderColor property will also set the border color of markers. The MarkerBorderColor property setting has precedence over the BorderColor property setting.

System_CAPS_noteNote

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: