HierarchyBrush Color1Transparency Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Transparecy of Color1 [0-255], value 0 means full transparency and 255 means opaque. Default is 255.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public int Color1Transparency { get; set; }
/** @property */
public int get_Color1Transparency()
/** @property */
public void set_Color1Transparency(int value)

Field Value

System.Int32
Remarks

See also Color1.
See Also