All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.SeriesLayoutProperties.html Maven / Gradle / Ivy






SeriesLayoutProperties




com.aspose.cells
Class SeriesLayoutProperties

java.lang.Object
    extended by com.aspose.cells.SeriesLayoutProperties

public class SeriesLayoutProperties 
extends java.lang.Object


Constructor Summary
SeriesLayoutProperties()
          
 
Property Getters/Setters Summary
intgetMapChartProjectionType()
voidsetMapChartProjectionType(int)
           Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.
intgetMapChartRegionType()
voidsetMapChartRegionType(int)
           Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
intgetMapLabelLayout()
voidsetMapLabelLayout(int)
           Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
intgetQuartileCalculation()
voidsetQuartileCalculation(int)
           Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
booleangetShowConnectorLines()
voidsetShowConnectorLines(boolean)
           Indicates whether showing connector lines between data points.
booleangetShowInnerPoints()
voidsetShowInnerPoints(boolean)
           Indicates whether showing non-outlier data points.
booleangetShowMeanLine()
voidsetShowMeanLine(boolean)
           Indicates whether showing the line connecting all mean points.
booleangetShowMeanMarker()
voidsetShowMeanMarker(boolean)
           Indicates whether showing markers denoting the mean.
booleangetShowOutlierPoints()
voidsetShowOutlierPoints(boolean)
           Indicates whether showing outlier data points.
int[]getSubtotals()
voidsetSubtotals(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.

setShowConnectorLines

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.

setShowMeanLine

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.

setShowOutlierPoints

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.

setShowMeanMarker

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.

setShowInnerPoints

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.

setSubtotals

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.

setQuartileCalculation

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.

setMapLabelLayout

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.

setMapChartRegionType

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.

setMapChartProjectionType

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy