AnnotationSmartLabelStyle.CalloutBackColor Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the back color of the label callout. This property is only applicable when the CalloutStyle property is set to a value of Box.

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

<BrowsableAttribute(False)>
<TypeConverterAttribute(GetType(ColorConverter))>
Public Overrides Property CalloutBackColor As Color

Property Value

Type: System.Drawing.Color

A Color object that represents the back color of the label callout.

This property is for internal use and is hidden at design time and run time.

.NET Framework
Available since 4.0
Return to top
Show: