www.Chart4.NET | Samples

Whether or not node background image to be tiled. If set to false, the image will be stretched to available space. Default is false.

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

Syntax

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

value = instance.Node_BackgroundTile

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

Field Value

System.Boolean

Remarks

The node background tiling is relevant only if Node_BackgroundTypeList is set as Image or Stock and images are set in Node_BackgroundImageList or in Node_BackgroundStockList property.

See Also