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

Border type for the chart as one of BorderShapeType. See also Node_BorderShapeList. Default is None.

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

public BorderShapeType Chart_BorderShape { get; set; }
/** @property */
public BorderShapeType get_Chart_BorderShape()
/** @property */
public void set_Chart_BorderShape(BorderShapeType value)

Field Value

UnifoChart.Hierarchy.BorderShapeType
Remarks

If you set Chart_BorderShape as Rectangle3D, then set Chart_Border3DStyle too.
See Also