aspose.cells
Class Marker

Represents the marker in a line chart, scatter chart, or radar chart.

Property Getters/Setters Summary
functiongetArea()
           Gets the Area.
functiongetBorder()
           Gets the Line.
functiongetMarkerSize()
functionsetMarkerSize(value)
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
functiongetMarkerSizePx()
functionsetMarkerSizePx(value)
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
functiongetMarkerStyle()
functionsetMarkerStyle(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()
Gets the Line.

getArea : Area 

function getArea()
Gets the Area.

getMarkerStyle/setMarkerStyle : Number 

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.

getMarkerSize/setMarkerSize : Number 

function getMarkerSize() / function setMarkerSize(value)
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.

getMarkerSizePx/setMarkerSizePx : Number 

function getMarkerSizePx() / function setMarkerSizePx(value)
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.