AnnotationGroup.BackSecondaryColor Property

.NET Framework (current version)
 

Gets or sets the secondary color for the background of an annotation.

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

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

Property Value

Type: System.Drawing.Color

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

A secondary color is used with BackColor when BackHatchStyle or BackGradientStyle are used.

.NET Framework
Available since 4.0
Return to top
Show: