CalloutAnnotation.BackGradientStyle Property

.NET Framework (current version)
 

Gets or sets the annotation background gradient style.

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 enumeration value used to draw the annotation background.

Two colors are used to draw the gradient, and are set with the BackColor and BackSecondaryColor properties.

.NET Framework
Available since 4.0
Return to top
Show: