Interface EnumGraphFormatEditorEvents

    • Field Detail

      • WebEventSwitchEditorTab

        static final int WebEventSwitchEditorTab
        Identifier for the event that allows users to switch the tab currently displayed with the graph formatting information.
        See Also:
        Constant Field Values
      • WebEventProcessGeneralTabProperties

        static final int WebEventProcessGeneralTabProperties
        Identifier for the event that allows users to submit the indicated changes on the General properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventProcessTitlesTabProperties

        @Deprecated
        static final int WebEventProcessTitlesTabProperties
        Deprecated.
        This event is deprecated. The Titles tab is no longer used. Instead we have a 'Format' tab which renders the formatting options. The new event used is WebEventProcessFormatTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Titles properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventProcessAxesTabProperties

        static final int WebEventProcessAxesTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Axes properties tab of the editor.
        See Also:
        Constant Field Values
      • WebEventProcessChangeMajorType

        static final int WebEventProcessChangeMajorType
        Identifier for the event that allows users to change the major type of the selected graph report.
        See Also:
        Constant Field Values
      • WebEventSwitchTarget

        static final int WebEventSwitchTarget
        Identifier for the event that allows users to change the target in the graph formatting editor
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventProcessFormatTabProperties

        static final int WebEventProcessFormatTabProperties
        Identifier for the event that allows users to submit the indicated changes on the Format properties tab of the editor.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentGraphMajorType

        static final int WebEventArgumentGraphMajorType
        Identifier for the argument that indicates which graph major type style should be applied. Usage:
        The graph major types that can be applied to the current report depend on the type of information it contains. The list of possible values that can be shown is included and read from the WEB-INF/xml/GraphTypes.xml configuration file. The value to assign to this argument can be any of the values specified for the major attribute.
        See Also:
        Constant Field Values
      • WebEventArgumentGraphMinorType

        static final int WebEventArgumentGraphMinorType
        Identifier for the argument that indicates which graph minor type style should be applied. Usage:
        The graph minor types that can be applied to the current report depend on the type of information it contains and the current major type selected. The list of possible values that can be shown is included and read from the WEB-INF/xml/GraphTypes.xml configuration file. The value to assign to this argument can be any of the values specified for the minor attribute.
        See Also:
        Constant Field Values
      • WebEventArgumentGraphCategories

        static final int WebEventArgumentGraphCategories
        Identifier for the argument that indicates the number of categories to show in the graph. Usage:
        Here, the number of categories - or rows of information - to show in the graph can be specified. This will determine the behavior of Incremental Fetch. If the number selected is larger than the actual number of rows to graph, the effect will be to show all the rows of information on the same image.
        See Also:
        Constant Field Values
      • WebEventArgumentGraphSeries

        static final int WebEventArgumentGraphSeries
        Identifier for the argument that indicates the number of series to show in the graph. Usage:
        Here, the number of series - or columns of information - to show in the graph can be specified. This will determine the behavior of Incremental Fetch. If the number selected is larger than the actual number of columns to graph, the effect will be to show all the columns of information on the same image.
        See Also:
        Constant Field Values
      • WebEventArgumentApplyAndCloseGraphEditor

        static final int WebEventArgumentApplyAndCloseGraphEditor
        Identifier for the argument that indicates the user has requested to apply the changes and close the editor.
        See Also:
        Constant Field Values
      • WebEventArgumentCloseGraphEditor

        static final int WebEventArgumentCloseGraphEditor
        Identifier for the argument that indicates the user has requested to close the editor without applying the changes.
        See Also:
        Constant Field Values
      • WebEventArgumentApplyGraphFormatChanges

        static final int WebEventArgumentApplyGraphFormatChanges
        Identifier for the argument that indicates the user has requested to apply the changes and leave the editor opened.
        See Also:
        Constant Field Values
      • WebEventArgument3DColHeader

        @Deprecated
        static final int WebEventArgument3DColHeader
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument3DLYHeader

        @Deprecated
        static final int WebEventArgument3DLYHeader
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument3DLRHeader

        @Deprecated
        static final int WebEventArgument3DLRHeader
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument3DRowHeader

        @Deprecated
        static final int WebEventArgument3DRowHeader
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument2DO1Label

        @Deprecated
        static final int WebEventArgument2DO1Label
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument2DX1Label

        @Deprecated
        static final int WebEventArgument2DX1Label
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument2DY1Label

        @Deprecated
        static final int WebEventArgument2DY1Label
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgument2DY2Label

        @Deprecated
        static final int WebEventArgument2DY2Label
        Deprecated.
        Format tab which replaces Titles tab shows options for only one target. Hence we don't need to prefix every option.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentSeriesLayout

        static final int WebEventArgumentSeriesLayout
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentFontLock

        static final int WebEventArgumentFontLock
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentSubtotals

        static final int WebEventArgumentSubtotals
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentLegendLock

        static final int WebEventArgumentLegendLock
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentTarget

        static final int WebEventArgumentTarget
        Argument for the target of the graph format editor
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentShow

        static final int WebEventArgumentShow
        Argument for the show/hide a particular object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentFontColor

        static final int WebEventArgumentFontColor
        Argument for the font color of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentFontSize

        static final int WebEventArgumentFontSize
        Argument for the font size of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentFontStyle

        static final int WebEventArgumentFontStyle
        Argument for the font style of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentFontName

        static final int WebEventArgumentFontName
        Argument for the font name of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentPosition

        static final int WebEventArgumentPosition
        Argument for the position of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentContent

        static final int WebEventArgumentContent
        Argument for the content of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentLineColor

        static final int WebEventArgumentLineColor
        Argument for the line color of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentFillColor

        static final int WebEventArgumentFillColor
        Argument for the fill color of an object in the graph
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values