Package com.microstrategy.webapi
Interface EnumDSSXMLAreaShapes
-
public interface EnumDSSXMLAreaShapes
This 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 int
DssXMLAreaShapeCircle
static int
DssXMLAreaShapePolygon
static int
DssXMLAreaShapeRectangle
-
-
-
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
-
-