ChartArea.BackSecondaryColor Property
.NET Framework (current version)
Gets or sets the secondary color for the background of a ChartArea object.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
This BackSecondaryColor property is one of several related properties that determine the secondary background color of Chart objects, and is used when gradient colors are being applied.
You can set BackSecondaryColor to any valid ARGB (alpha, red, green, blue) value.
If hatching is used, the BackSecondaryColor property determines the color of the hatching lines for the chart area.
To use gradient colors for the background of a chart area:
Set the primary color with the BackColor property.
Set the secondary color with the BackSecondaryColor property.
Set the BackGradientStyle property to the desired gradient style.
.NET Framework
Available since 4.0
Available since 4.0
Show: