www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Chart display style. Default is Normal.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public ChartStyleType Chart_Style { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Chart_Style As ChartStyleType |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As ChartStyleType value = instance.Chart_Style instance.Chart_Style = value |
| Visual C++ |
|---|
public: property ChartStyleType Chart_Style { ChartStyleType get (); void set (ChartStyleType value); } |
| J# |
|---|
/** @property */ public ChartStyleType get_Chart_Style() /** @property */ public void set_Chart_Style(ChartStyleType value) |
| JScript |
|---|
public function get Chart_Style () : ChartStyleType public function set Chart_Style (value : ChartStyleType) |
| JavaScript |
|---|
function get_Chart_Style(); function set_Chart_Style(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.
If Chart_Style is to set as ThreeD, then set Chart3D_ properties.
