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

Chart display style. Default is Normal.

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

public ChartStyleType Chart_Style { get; set; }
/** @property */
public ChartStyleType get_Chart_Style()
/** @property */
public void set_Chart_Style(ChartStyleType value)

Field Value

UnifoChart.Hierarchy.ChartStyleType
Remarks

If Chart_Style is to set as Shaded, then set Node_Brush4ShadeList.
If Chart_Style is to set as ThreeD, then set Chart3D_ properties.
See Also