Chart.BackGradientStyle Property
.NET Framework (current version)
Gets or sets the orientation for the background gradient of a Chart control. Also determines whether a gradient is used.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public GradientStyle BackGradientStyle { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.GradientStyleA GradientStyle enumeration. The default value is None.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: