Skip to main content
A newer version of this page is available.

LegendHorizontalPosition Enum

Lists the values specifying the legend’s horizontal position within a chart.

Declaration

public final enum LegendHorizontalPosition
extends Enum<LegendHorizontalPosition>

Members

Name Description
CENTER

Centers the legend horizontally within a chart.

LEFT

The legend is positioned on the plot area’s left side.

LEFT_OUTSIDE

The legend is positioned outside of the plot area’s left side.

RIGHT

The legend is positioned on the plot area’s right side.

RIGHT_OUTSIDE

The legend is positioned outside of the plot area’s right side.

valueOf(String)

Returns the enumeration constant with the specified name.

values()

Returns the array containing all the LegendHorizontalPosition enumeration values in the order they are declared.

Remarks

The following methods use the LegendHorizontalPosition enumeration’s values:

Implements

java.lang.Comparable<LegendHorizontalPosition>
java.io.Serializable

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
java.lang.Enum<E>.compareTo(E)(E)
java.lang.Enum<E>.equals(java.lang.Object)(Object)
java.lang.Enum<E>.getDeclaringClass()()
java.lang.Enum<E>.hashCode()()
java.lang.Enum<E>.name()()
java.lang.Enum<E>.ordinal()()
java.lang.Enum<E>.toString()()
java.lang.Enum<E>.valueOf<T>(java.lang.Class<T>, java.lang.String)(java.lang.Class<T>,String)

Inheritance

Object
java.lang.Enum<LegendHorizontalPosition>
LegendHorizontalPosition