IChartDataPointCollection

IChartDataPointCollection class

Represents collection of a series data point.

class IChartDataPointCollection : public Aspose::Slides::IGenericCollection<System::SharedPtr<Aspose::Slides::Charts::IChartDataPoint>>

Methods

MethodDescription
virtual System::SharedPtr<IChartDataPoint> AddDataPointForAreaSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer.IsChartTypeArea(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForAreaSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer.IsChartTypeArea(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBarSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also ChartTypeCharacterizer.IsChartTypeColumn(ChartType) and ChartTypeCharacterizer.IsChartTypeBar(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBarSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also ChartTypeCharacterizer.IsChartTypeColumn(ChartType) and ChartTypeCharacterizer.IsChartTypeBar(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBoxAndWhiskerSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is BoxAndWhisker.
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(double, System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::String, System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, double, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(double, double, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::String, double, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(double, System::SharedPtr<IChartDataCell>, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::String, System::SharedPtr<IChartDataCell>, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(double, double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForBubbleSeries(System::String, double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForDoughnutSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForDoughnutSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForFunnelSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Funnel.
virtual System::SharedPtr<IChartDataPoint> AddDataPointForHistogramSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Histogram.
virtual System::SharedPtr<IChartDataPoint> AddDataPointForLineSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also ChartTypeCharacterizer.IsChartTypeLine(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForLineSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also ChartTypeCharacterizer.IsChartTypeLine(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForMapSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Map.
virtual System::SharedPtr<IChartDataPoint> AddDataPointForPieSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also ChartTypeCharacterizer.IsChartTypePie(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForPieSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also ChartTypeCharacterizer.IsChartTypePie(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForRadarSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also ChartTypeCharacterizer.IsChartTypeRadar(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForRadarSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also ChartTypeCharacterizer.IsChartTypeRadar(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForScatterSeries(System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForScatterSeries(double, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForScatterSeries(System::String, System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForScatterSeries(System::SharedPtr<IChartDataCell>, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForScatterSeries(double, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForScatterSeries(System::String, double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForStockSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer.IsChartTypeStock(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForStockSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer.IsChartTypeStock(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForSunburstSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Sunburst.
virtual System::SharedPtr<IChartDataPoint> AddDataPointForSurfaceSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer.IsChartTypeSurface(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForSurfaceSeries(double)Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer.IsChartTypeSurface(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> AddDataPointForTreemapSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Treemap.
virtual System::SharedPtr<IChartDataPoint> AddDataPointForWaterfallSeries(System::SharedPtr<IChartDataCell>)Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Waterfall.
iterator begin()Gets iterator pointing to the first element (if any) of the collection. This iterator can’t be used to change a referenced object because GetEnumerator() returns a copy-object of T.
const_iterator begin() constGets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
const_iterator cbegin() constGets iterator pointing to the first const-qualified element (if any) of the collection.
const_iterator cend() constGets iterator pointing right after the last const-qualified element (if any) of the collection.
virtual void Clear()Removes all elements from the collection.
virtual void CopyTo(System::ArrayPtr<T>, int32_t)Copies all elements from the collection into the specified array.
iterator end()Gets iterator pointing right after the last element (if any) of the collection. This iterator can’t be used to change a referenced object because GetEnumerator() returns a copy-object of T.
const_iterator end() constGets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.
virtual bool Equals(ptr)Compares objects using C# Object.Equals semantics.
static std::enable_if<IsSmartPtr<T1>::value&&IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&)Compares reference type objects in C# style.
static std::enable_if<!IsSmartPtr<T1>::value&&!IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&)Compares value type objects in C# style.
static bool Equals(float const&, float const&)Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN.
static bool Equals(double const&, double const&)Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN.
virtual bool FastCast(const Details::FastRttiBase&, void **) constFor internal purposes only.
virtual int32_t get_Count()Returns the number of behaviors in a collection. Read-only int32_t.
virtual DataSourceType get_DataSourceTypeForBubbleSizes()Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPointEx.BubbleSize.Data property. Read DataSourceType.
virtual System::SharedPtr<IDataSourceTypeForErrorBarsCustomValues> get_DataSourceTypeForErrorBarsCustomValues()Specifies the type of values in ChartDataPoint.ErrorBarsCustomValues properties list. Read-only IDataSourceTypeForErrorBarsCustomValues.
virtual DataSourceType get_DataSourceTypeForValues()Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. In other words it specifies the type of value of ChartDataPoint.Value.Data property. Read DataSourceType.
virtual DataSourceType get_DataSourceTypeForXValues()Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. In other words it specifies the type of value of ChartDataPointEx.XValue.Data property. Read DataSourceType.
virtual DataSourceType get_DataSourceTypeForYValues()Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPointEx.YValue.Data property. Read DataSourceType.
virtual bool get_IsSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only bool.
virtual System::SharedPtr<System::Object> get_SyncRoot()Returns a synchronization root. Read-only System::Object.
Detail::SmartPtrCounter * GetCounter()Gets reference counter data structure associated with the object.
virtual SharedPtr<IEnumerator<T>> GetEnumerator()Gets enumerator.
virtual int32_t GetHashCode() constAnalog of C# Object.GetHashCode() method. Enables hashing of custom objects.
virtual System::SharedPtr<IChartDataPoint> GetOrCreateDataPointByIdx(uint32_t)If collection already contains data point with index index then returns this data point. If collection doesn’t contains data point with index index ==N (when number of data points in this collection is less or equal then N) then adds deficient data points and returns last (which has requested index). For example, collection indexes are {0, 1, 2}, and requested index is 5. Then method adds deficient data points: {0, 1, 2, 3, 4, 5}. And returns data point with index 5.
virtual const TypeInfo& GetType() constGets actual type of object. Analog of C# System.Object.GetType() call.
virtual System::SharedPtr<IChartDataPoint> idx_get(int32_t)Returns the series data point by index (its serial number in this collection).
virtual int32_t idx_get(System::SharedPtr<IChartDataPoint>)Return index (serial number in this collection) of data point in this collection.
virtual bool Is(const TypeInfo&) constCheck if object represents an instance of type described by targetType. Analog of C# ‘is’ operator.
bool LINQ_All(std::function<bool(T)>)Determines whether all elements of a sequence satisfy a condition.
bool LINQ_Any()Determines whether a sequence contains any elements.
bool LINQ_Any(std::function<bool(T)>)Determines whether any element of a sequence exists or satisfies a condition.
SharedPtr<IEnumerable<ResultType>> LINQ_Cast()Casts the elements to the specified type.
SharedPtr<IEnumerable<Result>> LINQ_Cast()
SharedPtr<IEnumerable<T>> LINQ_Concat(SharedPtr<IEnumerable<T>>)Concatenates two sequences.
bool LINQ_Contains(T)Determines if a sequence contains a specified value.
int LINQ_Count()Returns the number of elements in the sequence (calculated via direct counting).
int LINQ_Count(const Func<T, bool>&)Returns the number of elements in the sequence that satisfy the specified condition.
T LINQ_ElementAt(int)Returns the element at a specified index in a sequence.
T LINQ_First()Returns the first element of a sequence.
T LINQ_First(const Func<T, bool>&)Returns the first element of a sequence that satisfy the specified condition.
T LINQ_FirstOrDefault()Returns the first element of a sequence, or a default value if the sequence is empty.
T LINQ_FirstOrDefault(std::function<bool(T)>)Returns the first element of the sequence that satisfies a condition or a default value if no such element is found.
System::SharedPtr<IEnumerable<System::SharedPtr<System::Linq::IGrouping<Key, T>>>> LINQ_GroupBy(System::Func<T, Key>)Groups the elements of a sequence.
SharedPtr<IEnumerable<SharedPtr<System::Linq::IGrouping<Key, Source>>>> LINQ_GroupBy(System::Func<Source, Key>)
T LINQ_Last()Returns the last element of a sequence.
T LINQ_LastOrDefault()Returns the last element of a sequence, or a default value if the sequence is empty.
SharedPtr<IEnumerable<ResultType>> LINQ_OfType()Filters the elements of the sequence based on the specified type.
SharedPtr<IEnumerable<Result>> LINQ_OfType()
SharedPtr<IEnumerable<T>> LINQ_OrderBy(const Func<T, Key>&)Sorts the elements of a sequence in ascending order according to the key values selected by keySelector.
SharedPtr<IEnumerable<Source>> LINQ_OrderBy(const Func<Source, Key>&)
SharedPtr<IEnumerable<T>> LINQ_OrderByDescending(const Func<T, Key>&)Sorts the elements of a sequence in descending order according to the key values selected by keySelector.
SharedPtr<IEnumerable<Source>> LINQ_OrderByDescending(const Func<Source, Key>&)
SharedPtr<IEnumerable<ResultType>> LINQ_Select(const Func<T, ResultType>&)Transforms elements of a sequence.
SharedPtr<IEnumerable<ResultType>> LINQ_Select(const Func<T, int32_t, ResultType>&)Transforms each element of a sequence into a new form by incorporating the element’s index.
SharedPtr<IEnumerable<Result>> LINQ_Select(const Func<Source, Result>&)
SharedPtr<IEnumerable<Result>> LINQ_Select(const Func<Source, int32_t, Result>&)
SharedPtr<IEnumerable<ResultType>> LINQ_SelectMany(const Func<T, SharedPtr<IEnumerable<ResultType>>>&)Projects each element of a sequence and combines the resulting sequences into one sequence.
SharedPtr<IEnumerable<Result>> LINQ_SelectMany(const Func<Source, SharedPtr<IEnumerable<Result>>>&)
System::ArrayPtr<T> LINQ_ToArray()Creates an array from a sequence.
SharedPtr<List<T>> LINQ_ToList()Creates a List from a sequence.
SharedPtr<IEnumerable<T>> LINQ_Where(std::function<bool(T)>)Filters a sequence based on the specified predicate.
void Lock()Implements C# lock() statement locking. Call directly or use LockContext sentry object.
virtual ptr MemberwiseClone() constAnalog of C# Object.MemberwiseClone() method. Enables cloning custom types.
Object()Creates object. Initializes all internal data structures.
Object(Object const&)Copy constructor. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
Object& operator=(Object const&)Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
static bool ReferenceEquals(ptr const&, ptr const&)Compares objects by reference.
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, T const&)Compares objects by reference.
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, std::nullptr_t)Reference-compares value type object with nullptr.
bool ReferenceEquals(String const&, std::nullptr_t)Specialization of Object::ReferenceEquals for case of string and nullptr.
bool ReferenceEquals(String const&, String const&)Specialization of Object::ReferenceEquals for case of strings.
virtual void Remove(System::SharedPtr<IChartDataPoint>)Removes the specified value.
virtual void RemoveAt(int32_t)Removes the element at the given index.
int RemovedSharedRefs(int)Decreases shared reference count by specified value.
virtual void set_DataSourceTypeForBubbleSizes(DataSourceType)Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPointEx.BubbleSize.Data property. Write DataSourceType.
virtual void set_DataSourceTypeForValues(DataSourceType)Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. In other words it specifies the type of value of ChartDataPoint.Value.Data property. Write DataSourceType.
virtual void set_DataSourceTypeForXValues(DataSourceType)Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. In other words it specifies the type of value of ChartDataPointEx.XValue.Data property. Write DataSourceType.
virtual void set_DataSourceTypeForYValues(DataSourceType)Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPointEx.YValue.Data property. Write DataSourceType.
virtual void SetTemplateWeakPtr(uint32_t)Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.
int SharedCount() constGets current value of shared reference counter.
Object * SharedRefAdded()Increments shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
int SharedRefRemovedSafe()Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
virtual String ToString() constAnalog of C# Object.ToString() method. Enables converting custom objects to string.
static const TypeInfo& Type()Implements C# typeof(System.Object) construct.
void Unlock()Implements C# lock() statement unlocking. Call directly or use LockContext sentry object.
virtual virtualized_iterator * virtualizeBeginConstIterator() constGets the implementation of begin const iterator for the current container.
virtual virtualized_iterator * virtualizeBeginIterator()Gets the implementation of begin iterator for the current container.
virtual virtualized_iterator * virtualizeEndConstIterator() constGets the implementation of end const iterator for the current container.
virtual virtualized_iterator * virtualizeEndIterator()Gets the implementation of end iterator for the current container.
Detail::SmartPtrCounter * WeakRefAdded()Increments weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
void WeakRefRemoved()Decrements weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
virtual ~Object()Destroys object. Frees all internal data structures.

See Also