www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
If you set Chart_BackgroundType as Image, then set Chart_BackgroundImage too.
If you set Chart_BackgroundType as Brush, then set Chart_BackgroundBrush too.
Background type for the chart as one of BackgroundType. Default is Brush.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public BackgroundType Chart_BackgroundType { get; set; }
/** @property */ public BackgroundType get_Chart_BackgroundType() /** @property */ public void set_Chart_BackgroundType(BackgroundType value)
Field Value
UnifoChart.Hierarchy.BackgroundTypeRemarks
If you set Chart_BackgroundType as Brush, then set Chart_BackgroundBrush too.
See Also