LegendItem.MarkerColor Property

.NET Framework (current version)
 

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

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

<BindableAttribute(True)>
<TypeConverterAttribute(GetType(ColorConverter))>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property MarkerColor As Color

Property Value

Type: System.Drawing.Color

A Color value. The default color is Empty.

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: