StripLine.BackGradientStyle Property

Definition

Gets or sets the gradient style of the strip line.

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. The default value is None.

Attributes

Remarks

The BackGradientStyle property determines whether a chart element will display a gradient, as well as the orientation of the gradient, if used.

To use gradient colors:

This property is not applicable if the StripWidth property is set to a value of 0.0.

Applies to