www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Background type for node or chart. Applies to hpcSettings-Node_BackgroundTypeList and hpcSettings-Chart_BackgroundType.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public enum BackgroundType |
| Visual Basic (Declaration) |
|---|
Public Enumeration BackgroundType |
| Visual Basic (Usage) |
|---|
Dim instance As BackgroundType |
| Visual C++ |
|---|
public enum class BackgroundType |
| J# |
|---|
public enum BackgroundType |
| JScript |
|---|
public enum BackgroundType |
| JavaScript |
|---|
UnifoChart.Hierarchy.BackgroundType = function(); UnifoChart.Hierarchy.BackgroundType.createEnum('UnifoChart.Hierarchy.BackgroundType', false); |
Members
| Member name | Description | |
|---|---|---|
| Brush |
The brush set in BackgroundBrush property
| |
| Image |
The image set in BackgroundImage property
| |
| Stock |
The name of background template, set in BackgroundStock property
| |
| None |
Blank
|
