RectangleAnnotation.BackGradientStyle Property

.NET Framework (current version)
 

Gets or sets the gradient style of the annotation.

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

<BrowsableAttribute(True)>
Public Overrides Property BackGradientStyle As GradientStyle

Property Value

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

A GradientStyle value used to draw an annotation background.

Two colors are used to draw the gradient, a primary color that is specified the BackColor and a secondary color that is specified with the BackSecondaryColor.

.NET Framework
Available since 4.0
Return to top
Show: