PolygonAnnotation.BackGradientStyle Property

.NET Framework (current version)
 

Gets or sets the background gradient style of an annotation.

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

[<BrowsableAttribute(true)>]
override BackGradientStyle : GradientStyle with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.GradientStyle

A GradientStyle value used to draw the annotation background.

Two colors are used to draw the gradient fill; the primary color is specified with the BackColor property and the secondary color is specified with the BackSecondaryColor property.

.NET Framework
Available since 4.0
Return to top
Show: