www.Chart4.NET | Samples

Transparency for node's background image [0-10]. 0 means opaque. Default is 0.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public int Node_ImageTransparency { get; set; }
Visual Basic (Declaration)
Public Property Node_ImageTransparency As Integer
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Integer

value = instance.Node_ImageTransparency

instance.Node_ImageTransparency = value
Visual C++
public:
property int Node_ImageTransparency {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_Node_ImageTransparency()
/** @property */
public  void set_Node_ImageTransparency(int value)
JScript
public function get Node_ImageTransparency () : int
public function set Node_ImageTransparency (value : int)
JavaScript
function get_Node_ImageTransparency();
function set_Node_ImageTransparency(value);

Field Value

System.Int32 (0-10)

Remarks

Background image will be shown, only if Node_BackgroundTypeList is set as Image and Node_BackgroundImageList is set. Also transparency will be applied only if Node_BackgroundTypeList is set as Image.

See Also