Sets a DataDictionary used to retrieve the categories for the chart

Namespace: Ico.Awx.Chart
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetDictionary(
	string dictionaryKey
)
Visual Basic
Public Sub SetDictionary ( _
	dictionaryKey As String _
)
JScript
public function SetDictionary(
	dictionaryKey : String
)

Parameters

dictionaryKey
Type: System..::..String
The key of the DataDictionary that must be set

See Also