IChartDataPoint
Contents
[
Hide
]IChartDataPoint class
Represents series data point.
class IChartDataPoint : public Aspose::Slides::Charts::IActualLayout
Methods
Method | Description |
---|---|
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 **) const | For internal purposes only. |
virtual float get_ActualHeight() | Specifies actual height of the chart element. Call method IChart::ValidateChartLayout before to get actual values. Read float. |
virtual float get_ActualWidth() | Specifies actual width of the chart element. Call method IChart::ValidateChartLayout before to get actual values. Read float. |
virtual float get_ActualX() | Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart::ValidateChartLayout before to get actual values. Read float. |
virtual float get_ActualY() | Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart::ValidateChartLayout before to get actual values. Read float. |
virtual System::SharedPtr<IDoubleChartValue> get_BubbleSize() | Returns the bubble size of chart data point. Read-only IDoubleChartValue. |
virtual System::SharedPtr<IDoubleChartValue> get_ColorValue() | Returns the color value of chart data point. Used with Map charts. Read-only IDoubleChartValue. |
virtual System::SharedPtr<IChartDataPointLevel> get_DataPointLevel(int32_t) | Returns a data point level at the specified index. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
virtual System::SharedPtr<IChartDataPointLevelsManager> get_DataPointLevels() | Returns container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
virtual System::SharedPtr<IErrorBarsCustomValues> get_ErrorBarsCustomValues() | Represents series error bars values in case of Custom value type. Read-only IErrorBarsCustomValues. |
virtual int32_t get_Explosion() | Specifies the amount the data point shall be moved from the center of the pie. Read int32_t. |
virtual System::SharedPtr<IFormat> get_Format() | Represents the formatting properties. Read IFormat. |
virtual uint32_t get_Index() | Determines which of the parent’s children collection this data point applies to. Read uint32_t. |
virtual bool get_InvertIfNegative() | Specifies the data point shall invert its colors if the value is negative. Read bool. |
virtual bool get_IsBubble3D() | Specifies that the bubbles have a 3-D effect applied to them. Read bool. |
virtual System::SharedPtr<IDataLabel> get_Label() | Represents the lable of chart data point. Read-only IDataLabel. |
virtual System::SharedPtr<IMarker> get_Marker() | Specifies a data marker. Read-only IMarker. |
virtual System::SharedPtr<ILegendEntryProperties> get_RelatedLegendEntry() | Properties of corresponding legend entry in case of chart type from this list: ChartType::BarOfPie, ChartType::ExplodedPie, ChartType::ExplodedPie3D, ChartType::Pie, ChartType::Pie3D, ChartType::PieOfPie. Read-only ILegendEntryProperties. |
virtual bool get_SetAsTotal() | Sets data point as total. Applied for Waterfall series type only. |
virtual System::SharedPtr<IDoubleChartValue> get_SizeValue() | Returns the size value of chart data point. Used with Treemap and Sunburst charts. Read-only IDoubleChartValue. |
virtual System::SharedPtr<IDoubleChartValue> get_Value() | Returns the value of chart data point. Read-only IDoubleChartValue. |
virtual System::SharedPtr<IStringOrDoubleChartValue> get_XValue() | Returns the x value of chart data point. Read-only IStringOrDoubleChartValue. |
virtual System::SharedPtr<IDoubleChartValue> get_YValue() | Returns the y value of chart data point. Read-only IDoubleChartValue. |
virtual System::Drawing::Color GetAutomaticDataPointColor() | Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style. This color is used by default if FillType equals NotDefined. |
Detail::SmartPtrCounter * GetCounter() | Gets reference counter data structure associated with the object. |
virtual int32_t GetHashCode() const | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
virtual const TypeInfo& GetType() const | Gets actual type of object. Analog of C# System.Object.GetType() call. |
virtual bool Is(const TypeInfo&) const | Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator. |
void Lock() | Implements C# lock() statement locking. Call directly or use LockContext sentry object. |
virtual ptr MemberwiseClone() const | Analog 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() | Removes DataPoint from chart series. |
int RemovedSharedRefs(int) | Decreases shared reference count by specified value. |
virtual void set_Explosion(int32_t) | Specifies the amount the data point shall be moved from the center of the pie. Write int32_t. |
virtual void set_Format(System::SharedPtr<IFormat>) | Represents the formatting properties. Write IFormat. |
virtual void set_InvertIfNegative(bool) | Specifies the data point shall invert its colors if the value is negative. Write bool. |
virtual void set_IsBubble3D(bool) | Specifies that the bubbles have a 3-D effect applied to them. Write bool. |
virtual void set_SetAsTotal(bool) | Sets data point as total. Applied for Waterfall series type only. |
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() const | Gets 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() const | Analog 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. |
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
- Class IActualLayout
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides