LegendItem.BackGradientStyle Property

.NET Framework (current version)
 

Gets or sets the orientation for the background gradient of a legend item. Also determines whether a gradient is used.

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

[BindableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public GradientStyle BackGradientStyle { get; set; }

Property Value

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

A GradientStyle enumeration. The default value is None.

Use the BackGradientStyle property to determine whether a title will display a gradient, and to determine the orientation of the gradient if one is used.

This property is only implemented if the ImageStyle property is set to Rectangle.

For a listing of available patterns, refer to the GradientStyle enumeration.

To use gradient colors:

  • Use the Color property to set the primary color.

  • Use the BackGradientStyle property to set the secondary color.

  • Use this BackGradientStyle property to set the desired gradient style.

System_CAPS_noteNote

This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

.NET Framework
Available since 4.0
Return to top
Show: