Interface EnumGraphFormatEditorTabs


  • public interface EnumGraphFormatEditorTabs
    This enumeration contains the different identifiers for the tabs available through the Graph Format Editor bean
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GraphFormatAxesTab
      Represents the Format Axes tab on the Graph Format Editor
      static int GraphFormatGeneralTab
      Represents the Format General tab on the Graph Format Editor
      static int GraphFormatTitlesTab
      Represents the Format Titles tab on the Graph Format Editor
    • Field Detail

      • GraphFormatGeneralTab

        static final int GraphFormatGeneralTab
        Represents the Format General tab on the Graph Format Editor
        See Also:
        Constant Field Values
      • GraphFormatTitlesTab

        static final int GraphFormatTitlesTab
        Represents the Format Titles tab on the Graph Format Editor
        See Also:
        Constant Field Values
      • GraphFormatAxesTab

        static final int GraphFormatAxesTab
        Represents the Format Axes tab on the Graph Format Editor
        See Also:
        Constant Field Values