CalloutAnnotation.BackSecondaryColor Property

.NET Framework (current version)
 

Gets or sets the secondary color for the annotation background.

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

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

Property Value

Type: System.Drawing.Color

A Color enumeration value used in conjunction with a primary color to draw the annotation background with hatching or gradient fill.

This color is used with the BackColor property when the BackHatchStyle or BackGradientStyle properties are used.

.NET Framework
Available since 4.0
Return to top
Show: