LegendItem.BackGradientStyle Property

Definition

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

public:
 property System::Windows::Forms::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Windows::Forms::DataVisualization::Charting::GradientStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::GradientStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackGradientStyle : System.Windows.Forms.DataVisualization.Charting.GradientStyle with get, set
Public Property BackGradientStyle As GradientStyle

Property Value

A GradientStyle enumeration that specifies the orientation for the background gradient of a legend item. 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:

Note

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

Applies to