All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.Marker.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





Marker




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.
com.aspose.cells.ColorgetBackgroundColor()
voidsetBackgroundColor(com.aspose.cells.Color)
           Represents the marker background color in a line chart, scatter chart, or radar chart.
intgetBackgroundColorSetType()
voidsetBackgroundColorSetType(int)
           Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.
LinegetBorder()
           Gets the Line.
com.aspose.cells.ColorgetForegroundColor()
voidsetForegroundColor(com.aspose.cells.Color)
           Represents the marker foreground color in a line chart, scatter chart, or radar chart.
intgetForegroundColorSetType()
voidsetForegroundColorSetType(int)
           Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
intgetMarkerSize()
voidsetMarkerSize(int)
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
intgetMarkerSizePx()
voidsetMarkerSizePx(int)
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
intgetMarkerStyle()
voidsetMarkerStyle(int)
           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.

setMarkerStyle

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.

setMarkerSize

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.

setMarkerSizePx

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

getForegroundColor/setForegroundColor

public com.aspose.cells.Color getForegroundColor() / public void setForegroundColor(com.aspose.cells.Color value)
Represents the marker foreground color in a line chart, scatter chart, or radar chart.

setForegroundColor

public void setForegroundColor(com.aspose.cells.Color value)
Represents the marker foreground color in a line chart, scatter chart, or radar chart.

getForegroundColorSetType/setForegroundColorSetType

public int getForegroundColorSetType() / public void setForegroundColorSetType(int value)
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.

setForegroundColorSetType

public void setForegroundColorSetType(int value)
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.

getBackgroundColor/setBackgroundColor

public com.aspose.cells.Color getBackgroundColor() / public void setBackgroundColor(com.aspose.cells.Color value)
Represents the marker background color in a line chart, scatter chart, or radar chart.

setBackgroundColor

public void setBackgroundColor(com.aspose.cells.Color value)
Represents the marker background color in a line chart, scatter chart, or radar chart.

getBackgroundColorSetType/setBackgroundColorSetType

public int getBackgroundColorSetType() / public void setBackgroundColorSetType(int value)
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.

setBackgroundColorSetType

public void setBackgroundColorSetType(int value)
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy