Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ImageTranspColor Property
See Also 
Dundas.Charting.WebControl Namespace > CustomLabel Class : ImageTranspColor Property


Label image transparent color.

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Label image transparent color.")>
<PersistenceModeAttribute()>
Public Property ImageTranspColor As Color
Visual Basic (Usage) Copy Code
Dim instance As CustomLabel
Dim value As Color
 
instance.ImageTranspColor = value
 
value = instance.ImageTranspColor
C#  
[BindableAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Label image transparent color.")]
[PersistenceModeAttribute()]
public Color ImageTranspColor {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also