Aspose::Words::Drawing::Charts::ChartMarker class

ChartMarker class

Represents a chart data marker. To learn more, visit the Working with Charts documentation article.

class ChartMarker : public Aspose::Words::Drawing::Charts::Core::IChartFormatSource

Methods

MethodDescription
get_Format()Provides access to fill and line formatting of this marker.
get_Size()Gets chart marker size. Default value is 7.
get_Symbol()Gets chart marker symbol.
GetType() const override
Is(const System::TypeInfo&) const override
set_Size(int32_t)Sets chart marker size. Default value is 7.
set_Symbol(Aspose::Words::Drawing::Charts::MarkerSymbol)Sets chart marker symbol.
static Type()

See Also