SeriesLayoutProperties
Inheritance: java.lang.Object
public class SeriesLayoutProperties
Represents the properties of series layout.
Remarks
Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
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 connector lines are shown between data points. |
| getShowInnerPoints() | Indicates whether to show non-outlier data points. |
| getShowMeanLine() | Indicates whether to show the line connecting all mean points. |
| getShowMeanMarker() | Indicates whether markers denoting the mean are shown. |
| getShowOutlierPoints() | Indicates whether outlier data points are shown. |
| 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 connector lines are shown between data points. |
| setShowInnerPoints(boolean value) | Indicates whether to show non-outlier data points. |
| setShowMeanLine(boolean value) | Indicates whether to show the line connecting all mean points. |
| setShowMeanMarker(boolean value) | Indicates whether markers denoting the mean are shown. |
| setShowOutlierPoints(boolean value) | Indicates whether outlier data points are shown. |
| 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.
Remarks
Only for map chart.
Returns: int
getMapChartRegionType()
public int getMapChartRegionType()
Gets the region type of the map.
See MapChartRegionType.
Remarks
Only for map chart.
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.
Remarks
Only applicable to BoxWhisker chart.
Returns: int
getShowConnectorLines()
public boolean getShowConnectorLines()
Indicates whether connector lines are shown between data points.
Remarks
Only for Waterfall chart.
Returns: boolean
getShowInnerPoints()
public boolean getShowInnerPoints()
Indicates whether to show non-outlier data points.
Returns: boolean
getShowMeanLine()
public boolean getShowMeanLine()
Indicates whether to show the line connecting all mean points.
Remarks
Only works for BoxWhisker chart.
Returns: boolean
getShowMeanMarker()
public boolean getShowMeanMarker()
Indicates whether markers denoting the mean are shown.
Returns: boolean
getShowOutlierPoints()
public boolean getShowOutlierPoints()
Indicates whether outlier data points are shown.
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.
Remarks
Only for ParetoLine chart.
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.
Remarks
Only for ParetoLine chart.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setMapChartProjectionType(int value)
public void setMapChartProjectionType(int value)
Sets the projection type of the map.
Remarks
Only for map chart.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setMapChartRegionType(int value)
public void setMapChartRegionType(int value)
Sets the region type of the map.
See MapChartRegionType.
Remarks
Only for map chart.
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.
Remarks
Only applicable to BoxWhisker chart.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setShowConnectorLines(boolean value)
public void setShowConnectorLines(boolean value)
Indicates whether connector lines are shown between data points.
Remarks
Only for Waterfall chart.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setShowInnerPoints(boolean value)
public void setShowInnerPoints(boolean value)
Indicates whether to show non-outlier data points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setShowMeanLine(boolean value)
public void setShowMeanLine(boolean value)
Indicates whether to show the line connecting all mean points.
Remarks
Only works for BoxWhisker chart.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setShowMeanMarker(boolean value)
public void setShowMeanMarker(boolean value)
Indicates whether markers denoting the mean are shown.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setShowOutlierPoints(boolean value)
public void setShowOutlierPoints(boolean value)
Indicates whether outlier data points are shown.
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 |