public enum XYMultipleSeriesRenderer.Orientation

  1. Object
  2. Enum<XYMultipleSeriesRenderer.Orientation>
  3. XYMultipleSeriesRenderer.Orientation

ImplementsComparable<XYMultipleSeriesRenderer.Orientation>

An enum for the XY chart orientation of the X axis.

Enum constants

HORIZONTAL
VERTICAL

Methods

public static XYMultipleSeriesRenderer.Orientation[] values()
public static XYMultipleSeriesRenderer.Orientation valueOf(String name)
public int getAngle()Return the orientation rotate angle.

Inherited methods

Enum constant details

HORIZONTAL

HORIZONTAL

VERTICAL

VERTICAL

Method details

values

public static XYMultipleSeriesRenderer.Orientation[] values()

valueOf

public static XYMultipleSeriesRenderer.Orientation valueOf(String name)

getAngle

public int getAngle()
Return the orientation rotate angle.

Returns

the orientaion rotate angle