Interface EnumGraphFormatToolbarEvents

    • Field Detail

      • WebEventProcessToolbarGenericRequest

        static final int WebEventProcessToolbarGenericRequest
        Identifier for the event that allows users to submit the indicated changes on the toolbar, not including changes on categories and series.
        See Also:
        Constant Field Values
      • WebEventProcessToolbarCategoriesAndSeries

        static final int WebEventProcessToolbarCategoriesAndSeries
        Identifier for the event that allows users to submit the indicated changes on the categories and series properties of the graph.
        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
      • WebEventArgumentGraphLegends

        static final int WebEventArgumentGraphLegends
        Identifier for the argument that indicates the user wants to have legends applied or removed from the graph.
        The event handler determines if the legends are to be shown or hidden, this argument only specifies the user's request to change its current status.
        See Also:
        Constant Field Values
      • WebEventArgumentGraphDataValues

        static final int WebEventArgumentGraphDataValues
        Identifier for the argument that indicates the user wants to have data values applied or removed from the graph.
        The event handler determines if the data values are to be shown or hidden, this argument only specifies the user's request to change its current status.
        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
      • WebEventArgumentGraphSeriesByRow

        static final int WebEventArgumentGraphSeriesByRow
        Identifier for the argument that indicates the user wants to have series by row.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentGraphSeriesByColumn

        static final int WebEventArgumentGraphSeriesByColumn
        Identifier for the argument that indicates the user wants to have series by column.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values