response._appendTagAttributeAndValue("class", (String) _class.valueInComponent(component), true);
}
if (_alt != null) {
response._appendTagAttributeAndValue("alt", (String) _alt.valueInComponent(component), true);
}
String chartSrc = WOMessage.stringByEscapingHTMLAttributeValue(chartUrl.toExternalForm());
response._appendTagAttributeAndValue("src", chartSrc, false);
response._appendTagAttributeAndValue("width", String.valueOf(width), false);
response._appendTagAttributeAndValue("height", String.valueOf(height), false);
response.appendContentString("/>");
}