com.aspose.cells

Class Marker

  • java.lang.Object
    • 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()
void
setMarkerSize(intvalue)
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
intgetMarkerSizePx()
void
setMarkerSizePx(intvalue)
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
intgetMarkerStyle()
void
setMarkerStyle(intvalue)
           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.

    setMarkerStyle

    public voidsetMarkerStyle(intvalue)
    
    Represents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMarkerType integer constant.

    setMarkerSize

    public voidsetMarkerSize(intvalue)
    
    Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.

    setMarkerSizePx

    public voidsetMarkerSizePx(intvalue)
    
    Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.