![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Marker
public class Marker
Represents the marker in a line chart, scatter chart, or radar chart.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object another)
|
Area |
getArea()
Gets the area for fill formatting of marker. |
Line |
getLine()
Gets the line for marker line formatting. |
int |
getSize()
Gets the marker size in a line chart, scatter chart, or radar chart. |
short |
getStyle()
Gets the marker style in a line chart, scatter chart, or radar chart. |
void |
setSize(int size)
Sets the marker size in a line chart, scatter chart, or radar chart. |
void |
setStyle(short style)
Sets the marker style in a line chart, scatter chart, or radar chart. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object another)
equals
in class java.lang.Object
public Area getArea()
public Line getLine()
public int getSize()
public void setSize(int size)
size
- marker size. Can only be a value from 2 to 72.public short getStyle()
public void setStyle(short style)
style
- marker style.ChartMarkerType
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |