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

Node highlight magnitude on a scale of 0-50. Default is 0 (no highlight). See Remarks.

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

public int Node_Highlight { get; set; }
/** @property */
public int get_Node_Highlight()
/** @property */
public void set_Node_Highlight(int value)

Field Value

System.Int32 (0-50)
Remarks

The nodes will be highlighted only if ShowFocus and ShowFocusFill is set to to false.
See Also