Package com.microstrategy.webapi
Interface EnumDSSXMLAreaShapes
-
public interface EnumDSSXMLAreaShapesThis enum defines the various shapes of the areas that represent a graph.- Since:
- MicroStrategy Web 8.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXMLAreaShapeCirclestatic intDssXMLAreaShapePolygonstatic intDssXMLAreaShapeRectangle
-
-
-
Field Detail
-
DssXMLAreaShapePolygon
static final int DssXMLAreaShapePolygon
- See Also:
- Constant Field Values
-
DssXMLAreaShapeRectangle
static final int DssXMLAreaShapeRectangle
- See Also:
- Constant Field Values
-
DssXMLAreaShapeCircle
static final int DssXMLAreaShapeCircle
- See Also:
- Constant Field Values
-
-