jet.api
Class ChartLegendInfo
java.lang.Object
jet.api.ChartLegendInfo
public class ChartLegendInfo
- extends java.lang.Object
Information of chart legend
|
Constructor Summary |
ChartLegendInfo(java.lang.String name,
boolean show)
Constructor. |
ChartLegendInfo(java.lang.String name,
boolean show,
int layout)
Constructor. |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChartLegendInfo
public ChartLegendInfo(java.lang.String name,
boolean show)
- Constructor. Creates legend information.
- Parameters:
name - object name of the legend field. It can not be null.show - indicates whether to show the legend in a chart or not.
ChartLegendInfo
public ChartLegendInfo(java.lang.String name,
boolean show,
int layout)
- Constructor. Creates legend information.
- Parameters:
name - object name of the legend field. It can not be null.show - indicates whether to show the legend in a chart or not.layout - specifies the location of legend.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object