www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
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: 5.1.0.0 (5.1.0)
Syntax
public enum BackgroundType
Members
Member name | Value | Description | |
---|---|---|---|
Brush | 0 | The brush set in BackgroundBrush property | |
Image | 1 | The image set in BackgroundImage property | |
Stock | 2 | The name of background template, set in BackgroundStock property | |
None | 3 | Blank |
See Also