www.Chart4.NET | Samples

Background type for the chart as one of BackgroundType. Default is Brush.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public BackgroundType Chart_BackgroundType { get; set; }
Visual Basic (Declaration)
Public Property Chart_BackgroundType As BackgroundType
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As BackgroundType

value = instance.Chart_BackgroundType

instance.Chart_BackgroundType = value
Visual C++
public:
property BackgroundType Chart_BackgroundType {
	BackgroundType get ();
	void set (BackgroundType value);
}
J#
/** @property */
public BackgroundType get_Chart_BackgroundType()
/** @property */
public  void set_Chart_BackgroundType(BackgroundType value)
JScript
public function get Chart_BackgroundType () : BackgroundType
public function set Chart_BackgroundType (value : BackgroundType)
JavaScript
function get_Chart_BackgroundType();
function set_Chart_BackgroundType(value);

Field Value

UnifoChart.Hierarchy.BackgroundType

Remarks

If you set Chart_BackgroundType as Image, then set Chart_BackgroundImage too.
If you set Chart_BackgroundType as Brush, then set Chart_BackgroundBrush too.

See Also