public class Marker
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Area |
getArea()
Gets the
Area. |
Color |
getBackgroundColor()
Represents the marker background color in a line chart, scatter chart, or radar chart.
|
int |
getBackgroundColorSetType()
Gets the marker background color set type.
|
Line |
getBorder()
Gets the
Line. |
Color |
getForegroundColor()
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
|
int |
getForegroundColorSetType()
Gets the marker foreground color set type.
|
int |
getMarkerSize()
Represents the marker size in unit of points.
|
int |
getMarkerSizePx()
Represents the marker size in unit of pixels.
|
int |
getMarkerStyle()
Represents the marker style.
|
void |
setBackgroundColor(Color value)
Represents the marker background color in a line chart, scatter chart, or radar chart.
|
void |
setBackgroundColorSetType(int value)
Sets the marker background color set type.
|
void |
setForegroundColor(Color value)
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
|
void |
setForegroundColorSetType(int value)
Sets the marker foreground color set type.
|
void |
setMarkerSize(int value)
Represents the marker size in unit of points.
|
void |
setMarkerSizePx(int value)
Represents the marker size in unit of pixels.
|
void |
setMarkerStyle(int value)
Represents the marker style.
|
public int getMarkerStyle()
See ChartMarkerType.
public void setMarkerStyle(int value)
See ChartMarkerType.
public int getMarkerSize()
public void setMarkerSize(int value)
public int getMarkerSizePx()
public void setMarkerSizePx(int value)
public Color getForegroundColor()
public void setForegroundColor(Color value)
public int getForegroundColorSetType()
See FormattingType.
public void setForegroundColorSetType(int value)
See FormattingType.
public Color getBackgroundColor()
public void setBackgroundColor(Color value)
public int getBackgroundColorSetType()
See FormattingType.
public void setBackgroundColorSetType(int value)
See FormattingType.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.