www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Background template name for chart, in case Chart_BackgroundType set as Stock. Default is None.
Namespace:
UnifoChart.HierarchyAssembly: 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
- This property will be used only if Chart_BackgroundType is set as Stock.
- If you want to set a custom image for the chart background, use Node_BackgroundImageList.
- See also Node_BackgroundStockList.
