Title::BackSecondaryColor Property
Gets or sets the secondary color of the title background.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [TypeConverterAttribute(typeof(ColorConverter))] [PersistenceModeAttribute(PersistenceMode::Attribute)] public: property Color BackSecondaryColor { Color get (); void set (Color value); }
Property Value
Type: System.Drawing::ColorA Color value used for the secondary color of a background with hatching or gradient fill. The default value is Empty.
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 title.
To use gradient colors for the background of a title:
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.