www.Chart4.NET | Samples
Angle of nodes for 3D chart on a scale of 10-20. Default is 10.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int Chart3D_Angle { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Chart3D_Angle As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings
Dim value As Integer
value = instance.Chart3D_Angle
instance.Chart3D_Angle = value |
| Visual C++ |
|---|
public:
property int Chart3D_Angle {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_Chart3D_Angle()
/** @property */
public void set_Chart3D_Angle(int value)
|
| JScript |
|---|
public function get Chart3D_Angle () : int
public function set Chart3D_Angle (value : int) |
| JavaScript |
|---|
function get_Chart3D_Angle();
function set_Chart3D_Angle(value); |
Field Value
System.Int32 (10-20)
See Also