Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class Marker

java.lang.Object
  extended by com.aspose.cells.Marker

public class Marker
extends java.lang.Object

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

equals

public boolean equals(java.lang.Object another)
Overrides:
equals in class java.lang.Object

getArea

public Area getArea()
Gets the area for fill formatting of marker. When the area of marker is auto, the background color of marker will be auto; When the area of marker is invisible, the background color of marker will be none. Otherwise the foreground color of area is marker's background color.

Returns:
the area of marker

getLine

public Line getLine()
Gets the line for marker line formatting. When the line of marker is auto, the foreground color of marker will be auto; When the line of marker is invisible, the foreground color of marker will be none.

Returns:
the line of marker.

getSize

public int getSize()
Gets the marker size in a line chart, scatter chart, or radar chart.

Returns:
marker size.

setSize

public void setSize(int size)
Sets the marker size in a line chart, scatter chart, or radar chart.

Parameters:
size - marker size. Can only be a value from 2 to 72.

getStyle

public short getStyle()
Gets the marker style in a line chart, scatter chart, or radar chart.

Returns:
marker style.

setStyle

public void setStyle(short style)
Sets the marker style in a line chart, scatter chart, or radar chart.

Parameters:
style - marker style.
See Also:
ChartMarkerType