SeriesLayoutProperties

Inheritance: java.lang.Object

public class SeriesLayoutProperties

Represents the properties of series layout.

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

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.

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.

See QuartileCalculationType.

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:

ParameterTypeDescription
valueboolean

setMapChartProjectionType(int value)

public void setMapChartProjectionType(int value)

Sets the projection type of the map.

See MapChartProjectionType.

Parameters:

ParameterTypeDescription
valueint

setMapChartRegionType(int value)

public void setMapChartRegionType(int value)

Sets the region type of the map.

See MapChartRegionType.

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.

Parameters:

ParameterTypeDescription
valueint

setShowConnectorLines(boolean value)

public void setShowConnectorLines(boolean value)

Indicates whether showing connector lines between data points.

Parameters:

ParameterTypeDescription
valueboolean

setShowInnerPoints(boolean value)

public void setShowInnerPoints(boolean value)

Indicates whether showing non-outlier data points.

Parameters:

ParameterTypeDescription
valueboolean

setShowMeanLine(boolean value)

public void setShowMeanLine(boolean value)

Indicates whether showing the line connecting all mean points.

Parameters:

ParameterTypeDescription
valueboolean

setShowMeanMarker(boolean value)

public void setShowMeanMarker(boolean value)

Indicates whether showing markers denoting the mean.

Parameters:

ParameterTypeDescription
valueboolean

setShowOutlierPoints(boolean value)

public void setShowOutlierPoints(boolean value)

Indicates whether showing outlier data points.

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