This documentation is archived and is not being maintained.
Chart::BackImageTransparentColor Property
Visual Studio 2010
Gets or sets the color of the Chart control that will be displayed as transparent.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode::Attribute)] [TypeConverterAttribute(typeof(ColorConverter))] public: property Color BackImageTransparentColor { Color get (); void set (Color value); }
<asp:Chart BackImageTransparentColor="Color" />
Property Value
Type: System.Drawing::ColorA Color value that will be displayed as transparent when the chart image is drawn. The default value is Empty.
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.
Show: