Class TableLocationComboSelectComponent

  • All Implemented Interfaces:
    IComponent<IValue<GanttChartTableLocation>>, IEventChannel

    public class TableLocationComboSelectComponent
    extends EnumComponent<GanttChartTableLocation>
    Component for managing the GanttChart model. Depending on the value of the predefined chart table location the chart is set to show or hide data and points text. When table is off (table location is equal to "No") then additional columns are not shown (if not set to be shown in chart main area explicitly) and shown otherwise.
    • Constructor Detail