| Constructor Summary |
|---|
SeriesLayoutProperties()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getMapChartProjectionType() | |
function | setMapChartProjectionType(value) | |
| Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant. | ||
function | getMapChartRegionType() | |
function | setMapChartRegionType(value) | |
| Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant. | ||
function | getMapLabelLayout() | |
function | setMapLabelLayout(value) | |
| Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant. | ||
function | getQuartileCalculation() | |
function | setQuartileCalculation(value) | |
| Repsents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant. | ||
function | getShowConnectorLines() | |
function | setShowConnectorLines(value) | |
| Indicates whether showing connector lines between data points. | ||
function | getShowInnerPoints() | |
function | setShowInnerPoints(value) | |
| Indicates whether showing non-outlier data points. | ||
function | getShowMeanLine() | |
function | setShowMeanLine(value) | |
| Indicates whether showing the line connecting all mean points. | ||
function | getShowMeanMarker() | |
function | setShowMeanMarker(value) | |
| Indicates whether showing markers denoting the mean. | ||
function | getShowOutlierPoints() | |
function | setShowOutlierPoints(value) | |
| Indicates whether showing outlier data points. | ||
function | getSubtotals() | |
function | setSubtotals(value) | |
| Repsents the index of a subtotal data point. | ||
| Constructor Detail |
|---|
function SeriesLayoutProperties()
| Property Getters/Setters Detail |
|---|
getShowConnectorLines/setShowConnectorLines : boolean | |
function getShowConnectorLines() / function setShowConnectorLines(value) | |
getShowMeanLine/setShowMeanLine : boolean | |
function getShowMeanLine() / function setShowMeanLine(value) | |
getShowOutlierPoints/setShowOutlierPoints : boolean | |
function getShowOutlierPoints() / function setShowOutlierPoints(value) | |
getShowMeanMarker/setShowMeanMarker : boolean | |
function getShowMeanMarker() / function setShowMeanMarker(value) | |
getShowInnerPoints/setShowInnerPoints : boolean | |
function getShowInnerPoints() / function setShowInnerPoints(value) | |
getSubtotals/setSubtotals : int[] | |
function getSubtotals() / function setSubtotals(value) | |
getQuartileCalculation/setQuartileCalculation : Number | |
function getQuartileCalculation() / function setQuartileCalculation(value) | |
getMapLabelLayout/setMapLabelLayout : Number | |
function getMapLabelLayout() / function setMapLabelLayout(value) | |
getMapChartRegionType/setMapChartRegionType : Number | |
function getMapChartRegionType() / function setMapChartRegionType(value) | |
getMapChartProjectionType/setMapChartProjectionType : Number | |
function getMapChartProjectionType() / function setMapChartProjectionType(value) | |