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

Color2 is used in the following way:
If BrushType
= LinearGradientBrush, then as brush color for second end.
= HatchBrush, then as backcolor for pictographic style.

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

public Color Color2 { get; set; }
/** @property */
public Color get_Color2()
/** @property */
public void set_Color2(Color value)

Field Value

System.Drawing.Color
Remarks

See also BrushType and GradientOrientation.
See Also