www.Chart4.NET | Samples

Background template name for chart, in case Chart_BackgroundType set as Stock. Default is None.

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

Syntax

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

value = instance.Chart_BackgroundStock

instance.Chart_BackgroundStock = value
Visual C++
public:
property BackgroundTemplate Chart_BackgroundStock {
	BackgroundTemplate get ();
	void set (BackgroundTemplate value);
}
J#
/** @property */
public BackgroundTemplate get_Chart_BackgroundStock()
/** @property */
public  void set_Chart_BackgroundStock(BackgroundTemplate value)
JScript
public function get Chart_BackgroundStock () : BackgroundTemplate
public function set Chart_BackgroundStock (value : BackgroundTemplate)
JavaScript
function get_Chart_BackgroundStock();
function set_Chart_BackgroundStock(value);

Field Value

UnifoChart.Hierarchy.BackgroundTemplate

Remarks

See Also