| 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
)
Public Sub SetAttribute (
key As String,
value As String
)
Parameters
- key
- Type: SystemString
Attribute key. - value
- Type: SystemString
Attribute value.
Remarks See Also