Package com.microstrategy.webapi
Interface EnumDSSXMLBubbleMinorTypes
-
public interface EnumDSSXMLBubbleMinorTypesThis interface defines the enumeration constants used to specify the minor graph types for Bubble chart.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlBubbleMinorTypeBubbleSpecifies a minor graph type of Bubble for Bubble chart.static intDssXmlBubbleMinorTypeBubbleDualAxisSpecifies a minor graph type of Bubble with Dual Axis for Bubble chart.static intDssXmlBubbleMinorTypeBubbleDualAxisLabelsSpecifies a minor graph type of Bubble with Dual Axis and Labels for Bubble chart.static intDssXmlBubbleMinorTypeBubbleLabelsSpecifies a minor graph type of Bubble with Labels for Bubble chart.
-
-
-
Field Detail
-
DssXmlBubbleMinorTypeBubble
static final int DssXmlBubbleMinorTypeBubble
Specifies a minor graph type of Bubble for Bubble chart.- See Also:
- Constant Field Values
-
DssXmlBubbleMinorTypeBubbleDualAxis
static final int DssXmlBubbleMinorTypeBubbleDualAxis
Specifies a minor graph type of Bubble with Dual Axis for Bubble chart.- See Also:
- Constant Field Values
-
DssXmlBubbleMinorTypeBubbleLabels
static final int DssXmlBubbleMinorTypeBubbleLabels
Specifies a minor graph type of Bubble with Labels for Bubble chart.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DssXmlBubbleMinorTypeBubbleDualAxisLabels
static final int DssXmlBubbleMinorTypeBubbleDualAxisLabels
Specifies a minor graph type of Bubble with Dual Axis and Labels for Bubble chart.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
-