SeriesLayoutProperties
Inheritance: java.lang.Object
public class SeriesLayoutProperties
Represents the properties of series layout.
Constructors
Constructor | Description |
---|---|
SeriesLayoutProperties() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getMapChartProjectionType() | Gets the projection type of the map. |
getMapChartRegionType() | Gets the region type of the map. |
getMapLabelLayout() | Gets the layout of map labels. |
getQuartileCalculation() | Represents the statistical properties for the series. |
getShowConnectorLines() | Indicates whether showing connector lines between data points. |
getShowInnerPoints() | Indicates whether showing non-outlier data points. |
getShowMeanLine() | Indicates whether showing the line connecting all mean points. |
getShowMeanMarker() | Indicates whether showing markers denoting the mean. |
getShowOutlierPoints() | Indicates whether showing outlier data points. |
getSubtotals() | Represents the index of a subtotal data point. |
hashCode() | |
isIntervalLeftClosed() | Indicates whether the interval is closed on the left side. |
notify() | |
notifyAll() | |
setIntervalLeftClosed(boolean value) | Indicates whether the interval is closed on the left side. |
setMapChartProjectionType(int value) | Sets the projection type of the map. |
setMapChartRegionType(int value) | Sets the region type of the map. |
setMapLabelLayout(int value) | Sets the layout of map labels. |
setQuartileCalculation(int value) | Represents the statistical properties for the series. |
setShowConnectorLines(boolean value) | Indicates whether showing connector lines between data points. |
setShowInnerPoints(boolean value) | Indicates whether showing non-outlier data points. |
setShowMeanLine(boolean value) | Indicates whether showing the line connecting all mean points. |
setShowMeanMarker(boolean value) | Indicates whether showing markers denoting the mean. |
setShowOutlierPoints(boolean value) | Indicates whether showing outlier data points. |
setSubtotals(int[] value) | Represents the index of a subtotal data point. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SeriesLayoutProperties()
public SeriesLayoutProperties()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getMapChartProjectionType()
public int getMapChartProjectionType()
Gets the projection type of the map.
Returns: int
getMapChartRegionType()
public int getMapChartRegionType()
Gets the region type of the map.
See MapChartRegionType.
Returns: int
getMapLabelLayout()
public int getMapLabelLayout()
Gets the layout of map labels.
See MapChartLabelLayout.
Returns: int
getQuartileCalculation()
public int getQuartileCalculation()
Represents the statistical properties for the series.
Returns: int
getShowConnectorLines()
public boolean getShowConnectorLines()
Indicates whether showing connector lines between data points.
Returns: boolean
getShowInnerPoints()
public boolean getShowInnerPoints()
Indicates whether showing non-outlier data points.
Returns: boolean
getShowMeanLine()
public boolean getShowMeanLine()
Indicates whether showing the line connecting all mean points.
Returns: boolean
getShowMeanMarker()
public boolean getShowMeanMarker()
Indicates whether showing markers denoting the mean.
Returns: boolean
getShowOutlierPoints()
public boolean getShowOutlierPoints()
Indicates whether showing outlier data points.
Returns: boolean
getSubtotals()
public int[] getSubtotals()
Represents the index of a subtotal data point.
Returns: int[]
hashCode()
public native int hashCode()
Returns: int
isIntervalLeftClosed()
public boolean isIntervalLeftClosed()
Indicates whether the interval is closed on the left side.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setIntervalLeftClosed(boolean value)
public void setIntervalLeftClosed(boolean value)
Indicates whether the interval is closed on the left side.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setMapChartProjectionType(int value)
public void setMapChartProjectionType(int value)
Sets the projection type of the map.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMapChartRegionType(int value)
public void setMapChartRegionType(int value)
Sets the region type of the map.
See MapChartRegionType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMapLabelLayout(int value)
public void setMapLabelLayout(int value)
Sets the layout of map labels.
See MapChartLabelLayout.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setQuartileCalculation(int value)
public void setQuartileCalculation(int value)
Represents the statistical properties for the series.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setShowConnectorLines(boolean value)
public void setShowConnectorLines(boolean value)
Indicates whether showing connector lines between data points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setShowInnerPoints(boolean value)
public void setShowInnerPoints(boolean value)
Indicates whether showing non-outlier data points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setShowMeanLine(boolean value)
public void setShowMeanLine(boolean value)
Indicates whether showing the line connecting all mean points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setShowMeanMarker(boolean value)
public void setShowMeanMarker(boolean value)
Indicates whether showing markers denoting the mean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setShowOutlierPoints(boolean value)
public void setShowOutlierPoints(boolean value)
Indicates whether showing outlier data points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setSubtotals(int[] value)
public void setSubtotals(int[] value)
Represents the index of a subtotal data point.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int[] |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |