Supported Bean: GraphFormatToolbarBean

This class provides the graph formatting toolbar interface for modifying the looks of the graph currently being displayed to the user.

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanGraphFormatToolbar (35)

Application bean type for the Graph Format Toolbar bean

Events

applyCatSeries, applyGeneral, setTopLeft

applyCatSeries
Identifier for the event that allows users to submit the indicated changes on the categories and series properties of the graph.

35002

EnumGraphFormatToolbarEvents.WebEventProcessToolbarCategoriesAndSeries

*tcat

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.

35005

EnumGraphFormatToolbarEvents.WebEventArgumentGraphCategories

*tseries

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.

35006

EnumGraphFormatToolbarEvents.WebEventArgumentGraphSeries

applyGeneral
Identifier for the event that allows users to submit the indicated changes on the toolbar, not including changes on categories and series.

35001

EnumGraphFormatToolbarEvents.WebEventProcessToolbarGenericRequest

tlegends

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.

35003

EnumGraphFormatToolbarEvents.WebEventArgumentGraphLegends

tmajor

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.

35001

EnumGraphFormatToolbarEvents.WebEventArgumentGraphMajorType

tminor

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.

35002

EnumGraphFormatToolbarEvents.WebEventArgumentGraphMinorType

tserbycol

Identifier for the argument that indicates the user wants to have series by column.

35008

EnumGraphFormatToolbarEvents.WebEventArgumentGraphSeriesByColumn

tserbyrow

Identifier for the argument that indicates the user wants to have series by row.

35007

EnumGraphFormatToolbarEvents.WebEventArgumentGraphSeriesByRow

tvalues

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.

35004

EnumGraphFormatToolbarEvents.WebEventArgumentGraphDataValues

setTopLeft
Event for setting the top left position of the component

73001

EnumAppComponentEvents.WebEventSetTopLeftPosition

*left

Event argument to define the left (x) position of the component

73002

EnumAppComponentEvents.WebEventArgumentLeftPosition

*top

Event argument to define the top (y) position of the component

73001

EnumAppComponentEvents.WebEventArgumentTopPosition


Notes

* denotes required field.