ASPxClientWebChartControl.GetMainDOMElement Method
Gets the main DOM (Document Object Model) element on a Web Page representing this ASPxClientWebChartControl object.
Declaration
GetMainDOMElement(): any
Returns
| Type | Description |
|---|---|
| any | An object which represents the main DOM element. |
Remarks
This DOM element returned by this property represents the <img> tag, which contains a chart image.
Note
For more information on using DOM, refer to XML Document Object Model (DOM) topic.
See Also