Aspose::Words::Drawing::Charts::ChartDataPointCollection class

ChartDataPointCollection class

Represents collection of a ChartDataPoint. To learn more, visit the Working with Charts documentation article.

class ChartDataPointCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Drawing::Charts::ChartDataPoint>>

Methods

MethodDescription
ClearFormat()Clears format of all ChartDataPoint in this collection.
CopyFormat(int32_t, int32_t)Copies format from the source data point to the destination data point.
get_Count()Returns the number of ChartDataPoint in this collection.
GetEnumerator() overrideReturns an enumerator object.
GetType() const override
HasDefaultFormat(int32_t)Gets a flag indicating whether the data point at the specified index has default format.
idx_get(int32_t)Returns ChartDataPoint for the specified index.
Is(const System::TypeInfo&) const override
static Type()

See Also