Class Marker

java.lang.Object
com.independentsoft.office.charts.Marker

public class Marker extends Object
The Class Marker.
  • Constructor Details

    • Marker

      public Marker()
      Instantiates a new marker.
  • Method Details

    • clone

      public Marker clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public ChartShapeProperties getChartShapeProperties()
      Gets the chart shape properties.
      Returns:
      the chart shape properties
    • getSymbol

      public MarkerStyle getSymbol()
      Gets the symbol.
      Returns:
      the symbol
    • setSymbol

      public void setSymbol(MarkerStyle symbol)
      Sets the symbol.
      Parameters:
      symbol - the new symbol