public class SeriesLayoutProperties
extends java.lang.Object
| Constructor and Description |
|---|
SeriesLayoutProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMapChartProjectionType()
Gets the projection type of the map.
|
int |
getMapChartRegionType()
Gets the region type of the map.
|
int |
getMapLabelLayout()
Gets the layout of map labels.
|
int |
getQuartileCalculation()
Represents the statistical properties for the series.
|
boolean |
getShowConnectorLines()
Indicates whether showing connector lines between data points.
|
boolean |
getShowInnerPoints()
Indicates whether showing non-outlier data points.
|
boolean |
getShowMeanLine()
Indicates whether showing the line connecting all mean points.
|
boolean |
getShowMeanMarker()
Indicates whether showing markers denoting the mean.
|
boolean |
getShowOutlierPoints()
Indicates whether showing outlier data points.
|
int[] |
getSubtotals()
Represents the index of a subtotal data point.
|
boolean |
isIntervalLeftClosed()
Indicates whether the interval is closed on the left side.
|
void |
setIntervalLeftClosed(boolean value)
Indicates whether the interval is closed on the left side.
|
void |
setMapChartProjectionType(int value)
Sets the projection type of the map.
|
void |
setMapChartRegionType(int value)
Sets the region type of the map.
|
void |
setMapLabelLayout(int value)
Sets the layout of map labels.
|
void |
setQuartileCalculation(int value)
Represents the statistical properties for the series.
|
void |
setShowConnectorLines(boolean value)
Indicates whether showing connector lines between data points.
|
void |
setShowInnerPoints(boolean value)
Indicates whether showing non-outlier data points.
|
void |
setShowMeanLine(boolean value)
Indicates whether showing the line connecting all mean points.
|
void |
setShowMeanMarker(boolean value)
Indicates whether showing markers denoting the mean.
|
void |
setShowOutlierPoints(boolean value)
Indicates whether showing outlier data points.
|
void |
setSubtotals(int[] value)
Represents 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()
See MapChartLabelLayout.
public void setMapLabelLayout(int value)
See MapChartLabelLayout.
public boolean isIntervalLeftClosed()
public void setIntervalLeftClosed(boolean value)
public int getMapChartRegionType()
See MapChartRegionType.
public void setMapChartRegionType(int value)
See MapChartRegionType.
public int getMapChartProjectionType()
public void setMapChartProjectionType(int value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.