Property Getters/Setters Summary | ||
---|---|---|
function | getArea() | |
Gets the |
||
function | getBackgroundColor() | |
function | setBackgroundColor(value) | |
Represents the marker background color in a line chart, scatter chart, or radar chart. | ||
function | getBackgroundColorSetType() | |
function | setBackgroundColorSetType(value) | |
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant. | ||
function | getBorder() | |
Gets the |
||
function | getForegroundColor() | |
function | setForegroundColor(value) | |
Represents the marker foreground color in a line chart, scatter chart, or radar chart. | ||
function | getForegroundColorSetType() | |
function | setForegroundColorSetType(value) | |
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant. | ||
function | getMarkerSize() | |
function | setMarkerSize(value) | |
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. | ||
function | getMarkerSizePx() | |
function | setMarkerSizePx(value) | |
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. | ||
function | getMarkerStyle() | |
function | setMarkerStyle(value) | |
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 : Line | |
function getBorder() |
getArea : Area | |
function getArea() |
getMarkerStyle/setMarkerStyle : Number | |
function getMarkerStyle() / function setMarkerStyle(value) |
getMarkerSize/setMarkerSize : Number | |
function getMarkerSize() / function setMarkerSize(value) |
getMarkerSizePx/setMarkerSizePx : Number | |
function getMarkerSizePx() / function setMarkerSizePx(value) |
getForegroundColor/setForegroundColor : Color | |
function getForegroundColor() / function setForegroundColor(value) |
getForegroundColorSetType/setForegroundColorSetType : Number | |
function getForegroundColorSetType() / function setForegroundColorSetType(value) |
getBackgroundColor/setBackgroundColor : Color | |
function getBackgroundColor() / function setBackgroundColor(value) |
getBackgroundColorSetType/setBackgroundColorSetType : Number | |
function getBackgroundColorSetType() / function setBackgroundColorSetType(value) |