Click or drag to resize

ChartGetAttribute Method

Retrieves specified attribute from the chart control.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string GetAttribute(
	string key
)

Parameters

key
Type: SystemString
Attribute key.

Return Value

Type: String
Attribute property.
Remarks