Interface OptionModifier


  • public interface OptionModifier
    Interface for a callback, that modifies a ChartOption. Used for OptionHelper to modify ChartOptions that are created within a deeper structure without diving into the structure.
    Author:
    Dieter Tremel
    • Method Detail

      • modify

        void modify​(ChartOptions options)
        Do modifications on the options node.
        Parameters:
        options - Options node to modify.