SpreadsheetGear 2012
AllowTransparency Property (ChartExplorer)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("Indicates whether the opacity of the control can be adjusted. ")>
Public Property AllowTransparency As System.Boolean
'Usage
 
Dim instance As ChartExplorer
Dim value As System.Boolean
 
instance.AllowTransparency = value
 
value = instance.AllowTransparency
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Indicates whether the opacity of the control can be adjusted. ")]
public System.bool AllowTransparency {get; set;}
public read-write property AllowTransparency: System.Boolean; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("Indicates whether the opacity of the control can be adjusted. ")
public function get,set AllowTransparency : System.boolean
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Indicates whether the opacity of the control can be adjusted. ")]
public: __property System.bool get_AllowTransparency();
public: __property void set_AllowTransparency( 
   System.bool value
);
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Indicates whether the opacity of the control can be adjusted. ")]
public:
property System.bool AllowTransparency {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: 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

See Also

Reference

ChartExplorer Class
ChartExplorer Members

Send Feedback