aspose.cells
Class Marker

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

Property Getters/Setters Summary
functiongetArea()
           Gets the Area.
functiongetBackgroundColor()
functionsetBackgroundColor(value)
           Represents the marker background color in a line chart, scatter chart, or radar chart.
functiongetBackgroundColorSetType()
functionsetBackgroundColorSetType(value)
           Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.
functiongetBorder()
           Gets the Line.
functiongetForegroundColor()
functionsetForegroundColor(value)
           Represents the marker foreground color in a line chart, scatter chart, or radar chart.
functiongetForegroundColorSetType()
functionsetForegroundColorSetType(value)
           Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
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.

getForegroundColor/setForegroundColor : Color 

function getForegroundColor() / function setForegroundColor(value)
Represents the marker foreground color in a line chart, scatter chart, or radar chart.

getForegroundColorSetType/setForegroundColorSetType : Number 

function getForegroundColorSetType() / function setForegroundColorSetType(value)
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.

getBackgroundColor/setBackgroundColor : Color 

function getBackgroundColor() / function setBackgroundColor(value)
Represents the marker background color in a line chart, scatter chart, or radar chart.

getBackgroundColorSetType/setBackgroundColorSetType : Number 

function getBackgroundColorSetType() / function setBackgroundColorSetType(value)
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.

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