www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
If Chart_Style is to set as Shaded, then set Node_Brush4ShadeList.
If Chart_Style is to set as ThreeD, then set Chart3D_ properties.
Chart display style. Default is Normal.
Namespace: UnifoChart.HierarchyAssembly: 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.ChartStyleTypeRemarks
If Chart_Style is to set as ThreeD, then set Chart3D_ properties.
See Also