Chart.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 Chart control. 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 Chart control will display a gradient, and to determine the orientation of the gradient if one is used.
For a listing of available patterns, refer to the GradientStyle enumeration.
To use gradient colors:
Set the primary color of the chart background with the BackColor property.
Set the secondary color of the chart background with the BackSecondaryColor property.
Set this BackGradientStyle property to the desired gradient style.