SmartLabelStyle.CalloutBackColor Property

.NET Framework (current version)
 

Gets or sets the background color of the label callout.

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

<BindableAttribute(True)>
<TypeConverterAttribute(GetType(ColorConverter))>
Public Overridable Property CalloutBackColor As Color

Property Value

Type: System.Drawing.Color

A Color value.

This property is only applicable when the CalloutStyle property is set to a value of Box.

.NET Framework
Available since 4.0
Return to top
Show: