Interface SerialChart

All Superinterfaces:
Chart<SerialChart>, ChartModel<SerialChart>, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, CoordinateChart<SerialChart>, CoordinateChartModel<SerialChart>, HasColors<SerialChart>, HasMargins<SerialChart>, HasStartEffect<SerialChart>, RectangularChart<SerialChart>, RectangularChartModel<SerialChart>, SeriesBasedChart<SerialChart>, SeriesBasedChartModel<SerialChart>
All Known Implementing Classes:
SerialChartImpl

@StudioComponent(caption="SerialChart", category="Charts", xmlElement="serialChart", xmlns="http://jmix.io/schema/ui/charts", xmlnsAlias="chart", icon="io/jmix/charts/icon/component/serialChart.svg", canvasIcon="io/jmix/charts/icon/component/serialChart.svg", canvasIconSize=LARGE) public interface SerialChart extends SeriesBasedChart<SerialChart>
Serial chart component. It can represent line, area, column, bar, step line, smoothed line, candlestick and OHLC charts. The charts support multiple axes with simple or logarithmic scales, the data points can be displayed at equal/irregular intervals or on timeline basis.
See documentation for properties of AmSerialChart JS object.
http://docs.amcharts.com/3/javascriptcharts/AmSerialChart
  • Field Details

  • Method Details

    • getBezierX

      Integer getBezierX()
      Returns:
      horizontal tension of bezier
    • setBezierX

      @StudioProperty @Min(1L) void setBezierX(Integer bezierX)
      Sets horizontal tension of bezier (used by smoothed line). If not defined, chart adjust tension by itself, taking in to account if chart is rotated or not. Allowed values 1 - infinity.
      Parameters:
      bezierX - horizontal tension of bezier
    • getBezierY

      Integer getBezierY()
      Returns:
      vertical tension of bezier
    • setBezierY

      @StudioProperty @Min(1L) void setBezierY(Integer bezierY)
      Sets vertical tension of bezier (used by smoothed line). If not defined, chart adjust tension by itself, taking in to account if chart is rotated or not. Allowed values 1 - infinity.
      Parameters:
      bezierY - vertical tension of bezier