LegendCell.BackColor Property

.NET Framework (current version)
 

Gets or sets the background color of the legend cell.

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

<TypeConverterAttribute(GetType(ColorConverter))>
Public Overridable Property BackColor As Color

Property Value

Type: System.Drawing.Color

A Color value used to draw the legend cell's background.

The BackColor property has the highest priority when setting the background color of any entity in the legend.

.NET Framework
Available since 4.0
Return to top
Show: