Property Getters/Setters Summary | ||
---|---|---|
function | getArea() | |
Gets the |
||
function | getBorder() | |
Gets the |
||
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) |