IMarker
public interface IMarker
Represents marker of a chert.
Methods
Method | Description |
---|---|
getSymbol() | Represents the marker style in a line chart, scatter chart, or radar chart. |
setSymbol(int value) | Represents the marker style in a line chart, scatter chart, or radar chart. |
getFormat() | Gets the marker fill. |
getSize() | Represents the marker size in a line chart, scatter chart, or radar chart. |
setSize(int value) | Represents the marker size in a line chart, scatter chart, or radar chart. |
getSymbol()
public abstract int getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.
Returns: int
setSymbol(int value)
public abstract void setSymbol(int value)
Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getFormat()
public abstract IFormat getFormat()
Gets the marker fill. Read-only IFormat.
Returns: IFormat
getSize()
public abstract int getSize()
Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int.
Returns: int
setSize(int value)
public abstract void setSize(int value)
Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |