www.Chart4.NET (Documentation) | Samples Download | Release Notes
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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Chart3D_Show3DText { get; set; }
public bool Chart3D_Show3DText { get; set; }
Public Property Chart3D_Show3DText As Boolean
Get
Set
Public Property Chart3D_Show3DText As Boolean
Get
Set
public:
property bool Chart3D_Show3DText {
bool get ();
void set (bool value);
}
public:
property bool Chart3D_Show3DText {
bool get ();
void set (bool value);
}
member Chart3D_Show3DText : bool with get, set
member Chart3D_Show3DText : bool with get, set
/** @property */
public boolean get_Chart3D_Show3DText()
/** @property */
public void set_Chart3D_Show3DText(boolean value)
/** @property */
public boolean get_Chart3D_Show3DText()
/** @property */
public void set_Chart3D_Show3DText(boolean value)
Field Value
System.Boolean