Interface IChartContainer

All Superinterfaces:
IGProp<GProp<?>[]>, IPropCnr
All Known Implementing Classes:
Axis2D, EAxis2D, EPlot2D, ESeries, ESeriesValue, Plot2D, Series, SeriesValue

public interface IChartContainer extends IPropCnr
The chart container interface is tagging the Axis, Plot and Series container instances.
Author:
Christopher Mindus
  • Method Details

    • getChart

      default UIChart getChart()
      Gets the chart of this container.
      Returns:
      The Chart instance, or null if this container is orphan.
    • getName

      default String getName()
      Gets the name of this container.
    • getContainerType

      IChartContainer.Type getContainerType()
      Gets the type of container.