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