Aspose::Cells::Charts::Marker class

Marker class

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

class Marker

Methods

MethodDescription
GetArea()Gets the area.
GetBackgroundColor()Represents the marker background color in a line chart, scatter chart, or radar chart.
GetBackgroundColorSetType()Gets or sets the marker background color set type.
GetBorder()Gets the border.
GetForegroundColor()Represents the marker foreground color in a line chart, scatter chart, or radar chart.
GetForegroundColorSetType()Gets or sets the marker foreground color set type.
GetMarkerSize()Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
GetMarkerSizePx()Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
GetMarkerStyle()Represents the marker style. Applies to line chart, scatter chart, or radar chart.
IsNull() constChecks whether the implementation object is nullptr.
Marker(Marker_Impl* impl)Constructs from an implementation object.
Marker(const Marker& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const Marker& src)operator=
SetBackgroundColor(const Aspose::Cells::Color& value)Represents the marker background color in a line chart, scatter chart, or radar chart.
SetBackgroundColorSetType(FormattingType value)Gets or sets the marker background color set type.
SetForegroundColor(const Aspose::Cells::Color& value)Represents the marker foreground color in a line chart, scatter chart, or radar chart.
SetForegroundColorSetType(FormattingType value)Gets or sets the marker foreground color set type.
SetMarkerSize(int32_t value)Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
SetMarkerSizePx(int32_t value)Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
SetMarkerStyle(ChartMarkerType value)Represents the marker style. Applies to line chart, scatter chart, or radar chart.
~Marker()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also