Interface CustomChart

All Superinterfaces:
Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon
All Known Implementing Classes:
CustomChartImpl

Chart that can show any chart configuration inherited from AbstractChart.
  • Field Details

  • Method Details

    • getConfiguration

      AbstractChart getConfiguration()
    • setConfiguration

      void setConfiguration(AbstractChart configuration)
    • repaint

      void repaint()
      Resend all items and properties to client and repaint chart. Use this method if you change some property of already displayed chart.
    • setNativeJson

      void setNativeJson(String json)
      Set additional JSON configuration as a string. This JSON can override configuration loaded from XML and from Component API.
      Parameters:
      json - additional JSON configuration
    • getNativeJson

      String getNativeJson()
      Returns:
      additional JSON configuration as a string.