aspose.cells

Class SeriesLayoutProperties

Represents the properties of series layout.

Constructor Summary
 
Property Getters/Setters Summary
functionisIntervalLeftClosed()
function
           Indicates whether the interval is closed on the left side.
functiongetMapChartProjectionType()
function
           Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.
functiongetMapChartRegionType()
function
           Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
functiongetMapLabelLayout()
function
           Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
functiongetQuartileCalculation()
function
           Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
functiongetShowConnectorLines()
function
           Indicates whether showing connector lines between data points.
functiongetShowInnerPoints()
function
           Indicates whether showing non-outlier data points.
functiongetShowMeanLine()
function
           Indicates whether showing the line connecting all mean points.
functiongetShowMeanMarker()
function
           Indicates whether showing markers denoting the mean.
functiongetShowOutlierPoints()
function
           Indicates whether showing outlier data points.
functiongetSubtotals()
function
           Represents the index of a subtotal data point.
 

    • Constructor Detail

      • SeriesLayoutProperties

        function SeriesLayoutProperties()
    • Property Getters/Setters Detail

      • getShowConnectorLines/setShowConnectorLines : boolean 

        function getShowConnectorLines() / function setShowConnectorLines(value)
        
        Indicates whether showing connector lines between data points.
      • getShowMeanLine/setShowMeanLine : boolean 

        function getShowMeanLine() / function setShowMeanLine(value)
        
        Indicates whether showing the line connecting all mean points.
      • getShowOutlierPoints/setShowOutlierPoints : boolean 

        function getShowOutlierPoints() / function setShowOutlierPoints(value)
        
        Indicates whether showing outlier data points.
      • getShowMeanMarker/setShowMeanMarker : boolean 

        function getShowMeanMarker() / function setShowMeanMarker(value)
        
        Indicates whether showing markers denoting the mean.
      • getShowInnerPoints/setShowInnerPoints : boolean 

        function getShowInnerPoints() / function setShowInnerPoints(value)
        
        Indicates whether showing non-outlier data points.
      • getSubtotals/setSubtotals : int[] 

        function getSubtotals() / function setSubtotals(value)
        
        Represents the index of a subtotal data point.
      • getQuartileCalculation/setQuartileCalculation : Number 

        function getQuartileCalculation() / function setQuartileCalculation(value)
        
        Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
      • getMapLabelLayout/setMapLabelLayout : Number 

        function getMapLabelLayout() / function setMapLabelLayout(value)
        
        Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
      • isIntervalLeftClosed/setIntervalLeftClosed : boolean 

        function isIntervalLeftClosed() / function setIntervalLeftClosed(value)
        
        Indicates whether the interval is closed on the left side.
      • getMapChartRegionType/setMapChartRegionType : Number 

        function getMapChartRegionType() / function setMapChartRegionType(value)
        
        Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
      • getMapChartProjectionType/setMapChartProjectionType : Number 

        function getMapChartProjectionType() / function setMapChartProjectionType(value)
        
        Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.