public class SeriesLayoutProperties
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
int | getMapChartProjectionType() | |
void | setMapChartProjectionType(intvalue) | |
Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant. | ||
int | getMapChartRegionType() | |
void | setMapChartRegionType(intvalue) | |
Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant. | ||
int | getMapLabelLayout() | |
void | setMapLabelLayout(intvalue) | |
Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant. | ||
int | getQuartileCalculation() | |
void | setQuartileCalculation(intvalue) | |
Repsents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant. | ||
boolean | getShowConnectorLines() | |
void | setShowConnectorLines(booleanvalue) | |
Indicates whether showing connector lines between data points. | ||
boolean | getShowInnerPoints() | |
void | setShowInnerPoints(booleanvalue) | |
Indicates whether showing non-outlier data points. | ||
boolean | getShowMeanLine() | |
void | setShowMeanLine(booleanvalue) | |
Indicates whether showing the line connecting all mean points. | ||
boolean | getShowMeanMarker() | |
void | setShowMeanMarker(booleanvalue) | |
Indicates whether showing markers denoting the mean. | ||
boolean | getShowOutlierPoints() | |
void | setShowOutlierPoints(booleanvalue) | |
Indicates whether showing outlier data points. | ||
int[] | getSubtotals() | |
void | setSubtotals(int[]value) | |
Repsents the index of a subtotal data point. |
public boolean getShowConnectorLines() / public void setShowConnectorLines(boolean value)
public boolean getShowMeanLine() / public void setShowMeanLine(boolean value)
public boolean getShowOutlierPoints() / public void setShowOutlierPoints(boolean value)
public boolean getShowMeanMarker() / public void setShowMeanMarker(boolean value)
public boolean getShowInnerPoints() / public void setShowInnerPoints(boolean value)
public int[] getSubtotals() / public void setSubtotals(int[] value)
public int getQuartileCalculation() / public void setQuartileCalculation(int value)
public int getMapLabelLayout() / public void setMapLabelLayout(int value)
public int getMapChartRegionType() / public void setMapChartRegionType(int value)
public int getMapChartProjectionType() / public void setMapChartProjectionType(int value)