asposecells.api
Class Marker

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

Property Getters/Setters Summary
methodgetArea()
           Gets the Area.
methodgetBorder()
           Gets the Line.
methodgetMarkerSize()
methodsetMarkerSize(value)
           Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
methodgetMarkerSizePx()
methodsetMarkerSizePx(value)
           Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
methodgetMarkerStyle()
methodsetMarkerStyle(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 

Line getBorder()
Gets the Line.

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.

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