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.

Property Getters/Setters Summary
AreagetArea()
           Gets the Area.
LinegetBorder()
           Gets the Line.
intgetMarkerSize()
voidsetMarkerSize(int value)
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
intgetMarkerSizePx()
voidsetMarkerSizePx(int value)
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
intgetMarkerStyle()
voidsetMarkerStyle(int value)
           Represents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMarkerType integer constant.
 

Property Getters/Setters Detail

getBorder

public Line getBorder()
Gets the Line.

getArea

public Area getArea()
Gets the Area.

getMarkerStyle/setMarkerStyle

public int getMarkerStyle() / public void setMarkerStyle(int value)
Represents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMarkerType integer constant.

getMarkerSize/setMarkerSize

public int getMarkerSize() / public void setMarkerSize(int value)
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.

getMarkerSizePx/setMarkerSizePx

public int getMarkerSizePx() / public void setMarkerSizePx(int value)
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.