www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Background image for the particular node, in case BackgroundType set as Image.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Field Value
System.Drawing.ImageRemarks
- This property will be used only if BackgroundType is set as Image.
- The image will fit into the total available rectangle. If you want the image to display in a tiled fashion, set BackgroundType as Brush, set BackgroundBrush.BrushType as ImageTileBrush, and set the image in BackgroundBrush.Image.
- If you set Control property to display .NET controls, then set a transparent background for the container control to make the node background visible. See Control property for details.
See Also