PolygonAnnotation.BackColor Property

.NET Framework (current version)
 

Gets or sets the background color of an annotation.

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

<BrowsableAttribute(True)>
<TypeConverterAttribute(GetType(ColorConverter))>
Public Overrides Property BackColor As Color

Property Value

Type: System.Drawing.Color

A Color value used to draw the annotation background.

.NET Framework
Available since 4.0
Return to top
Show: