Class ChartAreaNode

  • All Implemented Interfaces:
    IsArea

    public final class ChartAreaNode
    extends BaseBoxItem
    Object which maps the chart area item of CHART.JS chart java script object.
    This is a wrapper of the CHART.JS item with all needed info.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • ChartAreaNode

        public ChartAreaNode​(ChartEnvelop<NativeObject> envelop)
        Creates the item using envelop with the native java script object which contains all properties.
        Parameters:
        envelop - envelop with the native java script object which contains all properties.