Package com.microstrategy.web.app.beans
Class GraphSeriesTargetInfo
- java.lang.Object
-
- com.microstrategy.web.app.beans.GraphSeriesTargetInfo
-
public class GraphSeriesTargetInfo extends java.lang.Object
Wrapper class containing all the information needed by the GraphFormatHelper to retrieve the Graph Series targets with the appropriate descriptors and series number values- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description GraphSeriesTargetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsRWD()
int
getMaxSeries()
void
setIsRWD(boolean value)
void
setMaxSeries(int value)
-