Legend.BackImageTransparentColor Property
.NET Framework (current version)
Gets or sets a color that will be replaced with a transparent color when the background image is drawn.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [TypeConverterAttribute(typeof(ColorConverter))] [PersistenceModeAttribute(PersistenceMode.Attribute)] public Color BackImageTransparentColor { get; set; }
Property Value
Type: System.Drawing.ColorA Color value that will be displayed as transparent. The default value is Empty.
.NET Framework
Available since 4.0
Available since 4.0
Show: