public class Marker
Property Getters/Setters Summary | ||
---|---|---|
Area | getArea() | |
Gets the |
||
Line | getBorder() | |
Gets the |
||
int | getMarkerSize() | |
void | setMarkerSize(intvalue) | |
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. | ||
int | getMarkerSizePx() | |
void | setMarkerSizePx(intvalue) | |
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. | ||
int | getMarkerStyle() | |
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. |
public Area getArea()
public int getMarkerStyle() / public void setMarkerStyle(int value)
public int getMarkerSize() / public void setMarkerSize(int value)
public int getMarkerSizePx() / public void setMarkerSizePx(int value)