LegendItem.Color Property

.NET Framework (current version)
 

Gets or sets the color of a legend item.

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 Color As Color

Property Value

Type: System.Drawing.Color

A Color value. The default color is Empty.

This Color property is one several related properties that get or set the color of many chart elements; it can be set to any ARGB (alpha, red, green, blue) value.

If this property is set for both a data point and its series, the data point color will have precedence. The series color will only be used for data points that do not define their own color.

If a custom legend item uses a marker, this property will determine the marker color. However, if the MarkerColor property is set, its value then has precedence.

This property will be ignored if the Image property specifies an image to be used for the legend item symbol.

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: