Class ChartElementOptions

    • Constructor Detail

      • ChartElementOptions

        protected ChartElementOptions​(NativeObject nativeObject)
        Creates the item using a native java script object which contains all properties.
        Parameters:
        nativeObject - native java script object which contains all properties.
      • ChartElementOptions

        protected ChartElementOptions​(AbstractNode parent,
                                      Key childKey,
                                      NativeObject nativeObject)
        Creates the object with the parent, the key of this element, default values and native object to map java script properties.
        Parameters:
        parent - parent node to use to add this element where changed
        childKey - the property name of this element to use to add it to the parent.
        nativeObject - native object to map java script properties