| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ChartLegendPositionType>
com.spire.presentation.charts.ChartLegendPositionType
public enum ChartLegendPositionType
Indicates a position of legend on a chart.
| Enum Constant Summary | |
|---|---|
| BOTTOMIndicates the legend display at the bottom of the chart. | |
| LEFTIndicates the legend display at the left of the chart. | |
| NONEPosition is not defined. | |
| RIGHTIndicates the legend display at the right of the chart. | |
| TOPIndicates the legend display at the top of the chart. | |
| TOP_RIGHTIndicates the legend display at the top right of the chart. | |
| Method Summary | |
|---|---|
| static ChartLegendPositionType | getChartLegendPositionTypeFromValue(long value)Get ChartLegendPostionType from value | 
|  java.lang.String | getName()Get the name | 
|  int | getValue()Get the value | 
| Enum Constant Detail | 
|---|
public static final ChartLegendPositionType NONE
public static final ChartLegendPositionType BOTTOM
public static final ChartLegendPositionType LEFT
public static final ChartLegendPositionType RIGHT
public static final ChartLegendPositionType TOP
public static final ChartLegendPositionType TOP_RIGHT
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
public static ChartLegendPositionType getChartLegendPositionTypeFromValue(long value)
value - 
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||