| 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
)
Public Function GetAttribute (
key As String
) As String
Parameters
- key
- Type: SystemString
Attribute key.
Return Value
Type:
StringAttribute property.
Remarks See Also