Property Getters/Setters Summary | ||
---|---|---|
method | getArea() | |
Gets the |
||
method | getBackgroundColor() | |
method | setBackgroundColor(value) | |
Represents the marker background color in a line chart, scatter chart, or radar chart. | ||
method | getBackgroundColorSetType() | |
method | setBackgroundColorSetType(value) | |
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant. | ||
method | getBorder() | |
Gets the |
||
method | getForegroundColor() | |
method | setForegroundColor(value) | |
Represents the marker foreground color in a line chart, scatter chart, or radar chart. | ||
method | getForegroundColorSetType() | |
method | setForegroundColorSetType(value) | |
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant. | ||
method | getMarkerSize() | |
method | setMarkerSize(value) | |
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. | ||
method | getMarkerSizePx() | |
method | setMarkerSizePx(value) | |
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. | ||
method | getMarkerStyle() | |
method | setMarkerStyle(value) | |
Represents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMarkerType integer constant. |
int getMarkerStyle() / setMarkerStyle(value)
int getMarkerSize() / setMarkerSize(value)
int getMarkerSizePx() / setMarkerSizePx(value)
Color getForegroundColor() / setForegroundColor(value)
int getForegroundColorSetType() / setForegroundColorSetType(value)
Color getBackgroundColor() / setBackgroundColor(value)
int getBackgroundColorSetType() / setBackgroundColorSetType(value)