Aspose::Words::Drawing::Charts::ChartDataPointCollection class
Contents
[
Hide
]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
Method | Description |
---|---|
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() override | Returns 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
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++