asposecells.api

Class Marker

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

Property Getters/Setters Summary
methodgetArea()
Gets the Area.
methodgetBackgroundColor()
method
           Represents the marker background color in a line chart, scatter chart, or radar chart.
methodgetBackgroundColorSetType()
method
           Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.
methodgetBorder()
Gets the Line.
methodgetForegroundColor()
method
           Represents the marker foreground color in a line chart, scatter chart, or radar chart.
methodgetForegroundColorSetType()
method
           Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
methodgetMarkerSize()
method
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
methodgetMarkerSizePx()
method
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
methodgetMarkerStyle()
method
           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

      • getArea : Area 

        Area getArea()
        
        Gets the Area.
      • getMarkerStyle/setMarkerStyle : int 

        int getMarkerStyle() / 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 : int 

        int getMarkerSize() / setMarkerSize(value)
        
        Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
      • getMarkerSizePx/setMarkerSizePx : int 

        int getMarkerSizePx() / setMarkerSizePx(value)
        
        Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
      • getForegroundColor/setForegroundColor : Color 

        Color getForegroundColor() / setForegroundColor(value)
        
        Represents the marker foreground color in a line chart, scatter chart, or radar chart.
      • getForegroundColorSetType/setForegroundColorSetType : int 

        int getForegroundColorSetType() / setForegroundColorSetType(value)
        
        Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
      • getBackgroundColor/setBackgroundColor : Color 

        Color getBackgroundColor() / setBackgroundColor(value)
        
        Represents the marker background color in a line chart, scatter chart, or radar chart.
      • getBackgroundColorSetType/setBackgroundColorSetType : int 

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