ASPxClientWebChart.diagram Property
Gets the chart’s diagram and provides access to its settings.
Declaration
diagram: ASPxClientWebChartElement
Property Value
Type | Description |
---|---|
ASPxClientWebChartElement | An ASPxClientWebChartElement class descendant (either ASPxClientSimpleDiagram, ASPxClientXYDiagram, ASPxClientXYDiagram3D or ASPxClientRadarDiagram), that represents the chart’s diagram. |
See Also