Class ChartBuilder<T extends ChartBuilder<?,​?>,​C extends org.knowm.xchart.internal.chartpart.Chart>

    • Constructor Detail

      • ChartBuilder

        protected ChartBuilder()
        Constructor
    • Method Detail

      • width

        public T width​(int width)
      • height

        public T height​(int height)
      • title

        public T title​(String title)
      • build

        public abstract C build()