LegendItem.BackGradientStyle Property
Gets or sets the orientation for the background gradient of a legend item. Also determines whether a gradient is used.
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.GradientStyleA 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.
Note |
|---|
This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image. |
Available since 4.0
