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()
function
           Represents the marker background color in a line chart, scatter chart, or radar chart.
functiongetBackgroundColorSetType()
function
           Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.
functiongetBorder()
Gets the Line.
functiongetForegroundColor()
function
           Represents the marker foreground color in a line chart, scatter chart, or radar chart.
functiongetForegroundColorSetType()
function
           Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
functiongetMarkerSize()
function
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
functiongetMarkerSizePx()
function
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
functiongetMarkerStyle()
function
           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.