PolygonAnnotation.BackSecondaryColor Property

.NET Framework (current version)
 

Gets or sets the secondary color of the annotation background.

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

[<BrowsableAttribute(true)>]
[<TypeConverterAttribute(typeof(ColorConverter))>]
override BackSecondaryColor : Color with get, set

Property Value

Type: System.Drawing.Color

A Color value used to draw the annotation background with hatching or gradient fill.

This secondary color is used with a primary color, defined with the BackColor property, when the BackHatchStyle and BackGradientStyle properties are used.

.NET Framework
Available since 4.0
Return to top
Show: