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 chart, in case Chart_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 Chart_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 Chart_BackgroundType as Brush, set Chart_BackgroundBrush.BrushType as ImageTileBrush, and set the image in Chart_BackgroundBrush.Image.
- See also Node_BackgroundImageList.
See Also