Class Marker
java.lang.Object
com.independentsoft.office.charts.Marker
The Class Marker.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the extension list (c:extLst).intgetSize()Gets the size.Gets the symbol.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidsetSize(int size)Sets the size.voidsetSymbol(MarkerStyle symbol)Sets the symbol.toString()
-
Constructor Details
-
Marker
public Marker()Instantiates a new marker.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the extension list (c:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (c:extLst).- Parameters:
extensionList- the new extension list
-
getSize
public int getSize()Gets the size.- Returns:
- the size
-
setSize
public void setSize(int size)Sets the size.- Parameters:
size- the new size
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getSymbol
Gets the symbol.- Returns:
- the symbol
-
setSymbol
Sets the symbol.- Parameters:
symbol- the new symbol
-