Package com.microstrategy.web.app.beans
Interface EnumGraphFormatEditorTabs
-
public interface EnumGraphFormatEditorTabsThis 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 intGraphFormatAxesTabRepresents the Format Axes tab on the Graph Format Editorstatic intGraphFormatGeneralTabRepresents the Format General tab on the Graph Format Editorstatic intGraphFormatTitlesTabRepresents 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
-
-