Click or drag to resize

ChartSetAttribute Method

Designates attribute and its value to assign to chart control.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void SetAttribute(
	string key,
	string value
)

Parameters

key
Type: SystemString
Attribute key.
value
Type: SystemString
Attribute value.
Remarks