Click or drag to resize

ChartGetOption Method

Gets the value of the given option.

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

Parameters

key
Type: SystemString
Option key.

Return Value

Type: String
The value of the given option.
Remarks