LegendCellColumn.BackColor Property

.NET Framework (current version)
 

Gets or sets the background color of the legend cell column.

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 column background.

The default value is Empty.

This property overrides the BackColor property of the legend that the legend cell column belongs to. It also overrides the InterlacedRows property of the legend.

.NET Framework
Available since 4.0
Return to top
Show: