|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvLegendSeparator
public class IlvLegendSeparator
A border that draws a separator line between a chart legend and the
chart area.
CSS example:
ilvLegendSeparator {
class : "ilog.views.chart.IlvLegendSeparator(color,thickness,insideMargin,outsideMargin)";
color : "green";
insideMargin : "2";
outsideMargin : "2";
thickness : "2";
}
| Property Summary | |
|---|---|
java.lang.String |
class
Creates a new legend separator. |
java.awt.Color |
color
Sets the color of the separator. |
int |
insideMargin
Sets the inside margin. |
int |
outsideMargin
Sets the outside margin. |
int |
thickness
Sets the thickness of the separator. |
| Property Detail |
|---|
public java.lang.String class
class : "ilog.views.chart.IlvLegendSeparator(color,thickness,insideMargin,outsideMargin)";
public java.awt.Color color
color : "green";
public int insideMargin
insideMargin : "2";
public int outsideMargin
outsideMargin : "2";
public int thickness
thickness : "2";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||