Aspose::Words::Drawing::Charts::ChartFormat class

ChartFormat class

Represents the formatting of a chart element. To learn more, visit the Working with Charts documentation article.

class ChartFormat : public Aspose::Words::Drawing::Core::IFillable,
                    public Aspose::Words::Drawing::Core::IStrokable

Methods

MethodDescription
get_Fill()Gets fill formatting for the parent chart element.
get_IsDefined()
get_ShapeType()Gets the shape type of the parent chart element.
get_Stroke()Gets line formatting for the parent chart element.
GetType() const override
Is(const System::TypeInfo&) const override
set_ShapeType(Aspose::Words::Drawing::Charts::ChartShapeType)Sets the shape type of the parent chart element.
SetDefaultFill()
static Type()

See Also