LegendItem.BackGradientStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the orientation for the background gradient of a legend item. Also determines whether a gradient is used.
public:
property System::Web::UI::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Web::UI::DataVisualization::Charting::GradientStyle get(); void set(System::Web::UI::DataVisualization::Charting::GradientStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackGradientStyle : System.Web.UI.DataVisualization.Charting.GradientStyle with get, set
Public Property BackGradientStyle As GradientStyle
Property Value
A GradientStyle enumeration. The default value is None.
- Attributes
Remarks
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.