asposecells.api

Class SeriesLayoutProperties

Represents the properties of series layout.

Constructor Summary
 
Property Getters/Setters Summary
methodisIntervalLeftClosed()
method
           Indicates whether the interval is closed on the left side.
methodgetMapChartProjectionType()
method
           Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.
methodgetMapChartRegionType()
method
           Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
methodgetMapLabelLayout()
method
           Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
methodgetQuartileCalculation()
method
           Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
methodgetShowConnectorLines()
method
           Indicates whether showing connector lines between data points.
methodgetShowInnerPoints()
method
           Indicates whether showing non-outlier data points.
methodgetShowMeanLine()
method
           Indicates whether showing the line connecting all mean points.
methodgetShowMeanMarker()
method
           Indicates whether showing markers denoting the mean.
methodgetShowOutlierPoints()
method
           Indicates whether showing outlier data points.
methodgetSubtotals()
method
           Represents the index of a subtotal data point.
 

    • Constructor Detail

      • SeriesLayoutProperties

        SeriesLayoutProperties()
    • Property Getters/Setters Detail

      • getShowConnectorLines/setShowConnectorLines : boolean 

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

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

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

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

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

        int[] getSubtotals() / setSubtotals(value)
        
        Represents the index of a subtotal data point.
      • getQuartileCalculation/setQuartileCalculation : int 

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

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

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

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

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