Interface XYChart

All Superinterfaces:
Chart<XYChart>, ChartModel<XYChart>, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, CoordinateChart<XYChart>, CoordinateChartModel<XYChart>, HasColors<XYChart>, HasMargins<XYChart>, HasStartEffect<XYChart>, RectangularChart<XYChart>, RectangularChartModel<XYChart>, XYChartModel<XYChart>
All Known Implementing Classes:
XYChartImpl

@StudioComponent(caption="XYChart", category="Charts", xmlElement="xyChart", xmlns="http://jmix.io/schema/ui/charts", xmlnsAlias="chart", icon="io/jmix/charts/icon/component/xyChart.svg", canvasIcon="io/jmix/charts/icon/component/xyChart.svg", canvasIconSize=LARGE) public interface XYChart extends RectangularChart<XYChart>, XYChartModel<XYChart>
XY chart component. It can represent XY, bubble and scatter charts. Supports multiple axes with simple or logarithmic scales.
See documentation for properties of AmXYChart JS object.
http://docs.amcharts.com/3/javascriptcharts/AmXYChart