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