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

ConstructorDescription
SeriesLayoutProperties()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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.

See MapChartProjectionType.

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.

See QuartileCalculationType.

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:

ParameterTypeDescription
valueboolean

setMapChartProjectionType(int value)

public void setMapChartProjectionType(int value)

Sets the projection type of the map.

See MapChartProjectionType.

Remarks

Only for map chart.

Parameters:

ParameterTypeDescription
valueint

setMapChartRegionType(int value)

public void setMapChartRegionType(int value)

Sets the region type of the map.

See MapChartRegionType.

Remarks

Only for map chart.

Parameters:

ParameterTypeDescription
valueint

setMapLabelLayout(int value)

public void setMapLabelLayout(int value)

Sets the layout of map labels.

See MapChartLabelLayout.

Parameters:

ParameterTypeDescription
valueint

setQuartileCalculation(int value)

public void setQuartileCalculation(int value)

Represents the statistical properties for the series.

See QuartileCalculationType.

Remarks

Only applicable to BoxWhisker chart.

Parameters:

ParameterTypeDescription
valueint

setShowConnectorLines(boolean value)

public void setShowConnectorLines(boolean value)

Indicates whether connector lines are shown between data points.

Remarks

Only for Waterfall chart.

Parameters:

ParameterTypeDescription
valueboolean

setShowInnerPoints(boolean value)

public void setShowInnerPoints(boolean value)

Indicates whether to show non-outlier data points.

Parameters:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

setShowMeanMarker(boolean value)

public void setShowMeanMarker(boolean value)

Indicates whether markers denoting the mean are shown.

Parameters:

ParameterTypeDescription
valueboolean

setShowOutlierPoints(boolean value)

public void setShowOutlierPoints(boolean value)

Indicates whether outlier data points are shown.

Parameters:

ParameterTypeDescription
valueboolean

setSubtotals(int[] value)

public void setSubtotals(int[] value)

Represents the index of a subtotal data point.

Parameters:

ParameterTypeDescription
valueint[]

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int