com.aspose.cells.SeriesLayoutProperties.html Maven / Gradle / Ivy
SeriesLayoutProperties
com.aspose.cells
Class SeriesLayoutProperties
java.lang.Object
com.aspose.cells.SeriesLayoutProperties
public class SeriesLayoutProperties
- extends java.lang.Object
Constructor Summary |
---|
SeriesLayoutProperties()
|
Property Getters/Setters Summary | ||
---|---|---|
int | getMapChartProjectionType() | |
void | setMapChartProjectionType(int) | |
Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant. | ||
int | getMapChartRegionType() | |
void | setMapChartRegionType(int) | |
Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant. | ||
int | getMapLabelLayout() | |
void | setMapLabelLayout(int) | |
Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant. | ||
int | getQuartileCalculation() | |
void | setQuartileCalculation(int) | |
Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant. | ||
boolean | getShowConnectorLines() | |
void | setShowConnectorLines(boolean) | |
Indicates whether showing connector lines between data points. | ||
boolean | getShowInnerPoints() | |
void | setShowInnerPoints(boolean) | |
Indicates whether showing non-outlier data points. | ||
boolean | getShowMeanLine() | |
void | setShowMeanLine(boolean) | |
Indicates whether showing the line connecting all mean points. | ||
boolean | getShowMeanMarker() | |
void | setShowMeanMarker(boolean) | |
Indicates whether showing markers denoting the mean. | ||
boolean | getShowOutlierPoints() | |
void | setShowOutlierPoints(boolean) | |
Indicates whether showing outlier data points. | ||
int[] | getSubtotals() | |
void | setSubtotals(int[]) | |
Represents the index of a subtotal data point. |
Constructor Detail |
---|
SeriesLayoutProperties
public SeriesLayoutProperties()
Property Getters/Setters Detail |
---|
getShowConnectorLines/setShowConnectorLines | |
public boolean getShowConnectorLines() / public void setShowConnectorLines(boolean value) |
Indicates whether showing connector lines between data points.
getShowMeanLine/setShowMeanLine | |
public boolean getShowMeanLine() / public void setShowMeanLine(boolean value) |
Indicates whether showing the line connecting all mean points.
getShowOutlierPoints/setShowOutlierPoints | |
public boolean getShowOutlierPoints() / public void setShowOutlierPoints(boolean value) |
Indicates whether showing outlier data points.
getShowMeanMarker/setShowMeanMarker | |
public boolean getShowMeanMarker() / public void setShowMeanMarker(boolean value) |
Indicates whether showing markers denoting the mean.
getShowInnerPoints/setShowInnerPoints | |
public boolean getShowInnerPoints() / public void setShowInnerPoints(boolean value) |
Indicates whether showing non-outlier data points.
getSubtotals/setSubtotals | |
public int[] getSubtotals() / public void setSubtotals(int[] value) |
Represents the index of a subtotal data point.
getQuartileCalculation/setQuartileCalculation | |
public int getQuartileCalculation() / public void setQuartileCalculation(int value) |
Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
getMapLabelLayout/setMapLabelLayout | |
public int getMapLabelLayout() / public void setMapLabelLayout(int value) |
Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
getMapChartRegionType/setMapChartRegionType | |
public int getMapChartRegionType() / public void setMapChartRegionType(int value) |
Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
getMapChartProjectionType/setMapChartProjectionType | |
public int getMapChartProjectionType() / public void setMapChartProjectionType(int value) |
Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.