asposecells.api
Class SeriesLayoutProperties


Constructor Summary
SeriesLayoutProperties()
          
 
Property Getters/Setters Summary
methodgetMapChartProjectionType()
methodsetMapChartProjectionType(value)
           Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.
methodgetMapChartRegionType()
methodsetMapChartRegionType(value)
           Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
methodgetMapLabelLayout()
methodsetMapLabelLayout(value)
           Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
methodgetQuartileCalculation()
methodsetQuartileCalculation(value)
           Repsents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
methodgetShowConnectorLines()
methodsetShowConnectorLines(value)
           Indicates whether showing connector lines between data points.
methodgetShowInnerPoints()
methodsetShowInnerPoints(value)
           Indicates whether showing non-outlier data points.
methodgetShowMeanLine()
methodsetShowMeanLine(value)
           Indicates whether showing the line connecting all mean points.
methodgetShowMeanMarker()
methodsetShowMeanMarker(value)
           Indicates whether showing markers denoting the mean.
methodgetShowOutlierPoints()
methodsetShowOutlierPoints(value)
           Indicates whether showing outlier data points.
methodgetSubtotals()
methodsetSubtotals(value)
           Repsents 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)
Repsents the index of a subtotal data point.

getQuartileCalculation/setQuartileCalculation : int 

int getQuartileCalculation() / setQuartileCalculation(value)
Repsents 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.

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.