com.aspose.cells.Marker.html Maven / Gradle / Ivy
Marker
com.aspose.cells
Class Marker
java.lang.Object
com.aspose.cells.Marker
public class Marker
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
Area | getArea() | |
Gets the |
||
com.aspose.cells.Color | getBackgroundColor() | |
void | setBackgroundColor(com.aspose.cells.Color) | |
Represents the marker background color in a line chart, scatter chart, or radar chart. | ||
int | getBackgroundColorSetType() | |
void | setBackgroundColorSetType(int) | |
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant. | ||
Line | getBorder() | |
Gets the |
||
com.aspose.cells.Color | getForegroundColor() | |
void | setForegroundColor(com.aspose.cells.Color) | |
Represents the marker foreground color in a line chart, scatter chart, or radar chart. | ||
int | getForegroundColorSetType() | |
void | setForegroundColorSetType(int) | |
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant. | ||
int | getMarkerSize() | |
void | setMarkerSize(int) | |
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. | ||
int | getMarkerSizePx() | |
void | setMarkerSizePx(int) | |
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. | ||
int | getMarkerStyle() | |
void | setMarkerStyle(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.
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.
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.
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.
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.
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.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.