Interface GraphFormatEditorBean

    • Field Detail

      • MAX_SERIES_UNDEFINED

        static final int MAX_SERIES_UNDEFINED
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getCurrentTab

        int getCurrentTab()
        Get the tab that it's currently selected for being displayed by the Graph Format Editor.
        Returns:
        Element from the EnumGraphFormatEditorTabs enumeration representing the current tab.
      • setCurrentTab

        void setCurrentTab​(int currentTab)
        Set the tab to be displayed by the Graph Format Editor as current one.
        Parameters:
        currentTab - Element from the EnumGraphFormatEditorTabs enumeration
      • getGraphMajorType

        int getGraphMajorType()
        Get the graph major type being applied to the current report
        Returns:
        an element of the EnumDSSXMLMajorGraphTypes enumeration
      • getGraphMinorType

        int getGraphMinorType()
        Get the graph minor type being applied to the current report
        Returns:
        an element of any of the enumerations that hold the graph minor type information: EnumDSSXMLBubbleMinorTypes, EnumDSSXMLHAreaMinorTypes, etc.
      • setMajorTypePicker

        void setMajorTypePicker​(ShortcutList majorTypePicker)
        Parameters:
        majorTypePicker - The majorTypePicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setMinorTypePicker

        void setMinorTypePicker​(ShortcutList minorTypePicker)
        Parameters:
        minorTypePicker - The minorTypePicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFontColorPicker

        void setFontColorPicker​(ShortcutList fontColorPicker)
        Parameters:
        fontColorPicker - The fontColorPicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFontNamePicker

        void setFontNamePicker​(ShortcutList fontNamePicker)
        Parameters:
        fontNamePicker - The fontNamePicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setFontSizePicker

        void setFontSizePicker​(ShortcutList fontSizePicker)
        Parameters:
        fontSizePicker - The fontSizePicker to set.
        Since:
        MicroStrategy Web 8.0.0
      • setTarget

        void setTarget​(java.lang.String target)
        Set the current target of the graph format editor
        Since:
        MicroStrategy Web 8.0.1
      • getTarget

        java.lang.String getTarget()
        Returns:
        the current target of the graph format editor
        Since:
        MicroStrategy Web 8.0.1