Package com.microstrategy.web.app.beans
Interface EnumGraphFormatTextParameters
- 
public interface EnumGraphFormatTextParametersThis 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 intGraphFormatTextContentParameterText argument index that represents the content parameterstatic intGraphFormatTextFontColorParameterText argument index that represents the font color parameterstatic intGraphFormatTextFontNameParameterText argument index that represents the font name parameterstatic intGraphFormatTextFontSizeParameterText argument index that represents the font size parameterstatic intGraphFormatTextFontStyleParameterText argument index that represents the font style parameterstatic intGraphFormatTextPositionParameterstatic intGraphFormatTextShowParameterText 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
 
 
 - 
 
 -