StripLine.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 gradient style of the strip line.
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
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:
Use the BackColor property to set the primary color.
Use the BackSecondaryColor property to set the secondary color.
Set this BackGradientStyle property of the chart element to the desired gradient style.
This property is not applicable if the StripWidth property is set to a value of 0.0.