Package com.microstrategy.web.app.beans
Interface EnumGraphFormatTextParameters
-
public interface EnumGraphFormatTextParameters
This enumeration contains the different identifiers for the parameters related with the graph text properties- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
GraphFormatTextContentParameter
Text argument index that represents the content parameterstatic int
GraphFormatTextFontColorParameter
Text argument index that represents the font color parameterstatic int
GraphFormatTextFontNameParameter
Text argument index that represents the font name parameterstatic int
GraphFormatTextFontSizeParameter
Text argument index that represents the font size parameterstatic int
GraphFormatTextFontStyleParameter
Text argument index that represents the font style parameterstatic int
GraphFormatTextPositionParameter
static int
GraphFormatTextShowParameter
Text argument index that represents the show flag parameter
-
-
-
Field Detail
-
GraphFormatTextShowParameter
static final int GraphFormatTextShowParameter
Text argument index that represents the show flag parameter- See Also:
- Constant Field Values
-
GraphFormatTextContentParameter
static final int GraphFormatTextContentParameter
Text argument index that represents the content parameter- See Also:
- Constant Field Values
-
GraphFormatTextFontNameParameter
static final int GraphFormatTextFontNameParameter
Text argument index that represents the font name parameter- See Also:
- Constant Field Values
-
GraphFormatTextFontSizeParameter
static final int GraphFormatTextFontSizeParameter
Text argument index that represents the font size parameter- See Also:
- Constant Field Values
-
GraphFormatTextFontColorParameter
static final int GraphFormatTextFontColorParameter
Text argument index that represents the font color parameter- See Also:
- Constant Field Values
-
GraphFormatTextFontStyleParameter
static final int GraphFormatTextFontStyleParameter
Text argument index that represents the font style parameter- See Also:
- Constant Field Values
-
GraphFormatTextPositionParameter
static final int GraphFormatTextPositionParameter
- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
-