www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
If you set Chart_BorderShape as Rectangle3D, then set Chart_Border3DStyle too.
Border type for the chart as one of BorderShapeType. See also Node_BorderShapeList. Default is None.
Namespace: UnifoChart.HierarchyAssembly: 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.BorderShapeTypeRemarks
See Also