www.Chart4.NET | Samples

Whether or not to show 3D text in chart nodes (applicable only if Chart_Style set as ThreeD or Shaded). Default is false.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public bool Chart3D_Show3DText { get; set; }
Visual Basic (Declaration)
Public Property Chart3D_Show3DText As Boolean
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Boolean

value = instance.Chart3D_Show3DText

instance.Chart3D_Show3DText = value
Visual C++
public:
property bool Chart3D_Show3DText {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_Chart3D_Show3DText()
/** @property */
public  void set_Chart3D_Show3DText(boolean value)
JScript
public function get Chart3D_Show3DText () : boolean
public function set Chart3D_Show3DText (value : boolean)
JavaScript
function get_Chart3D_Show3DText();
function set_Chart3D_Show3DText(value);

Field Value

System.Boolean

See Also