IChartSeriesGroup

IChartSeriesGroup class

Represents group of series.

class IChartSeriesGroup : public Aspose::Slides::Charts::IChartComponent

Methods

MethodDescription
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 BubbleSizeRepresentationType get_BubbleSizeRepresentation()Specifies how the bubble size values are represented on the bubble chart. Read BubbleSizeRepresentationType.
virtual int32_t get_BubbleSizeScale()Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read int32_t.
virtual System::SharedPtr<IChart> get_Chart()Returns the chart. Read-only IChart.
virtual System::SharedPtr<IChartSeries> get_ChartSeries(int32_t)Returns the chart series in the group at the specified index.
virtual uint8_t get_DoughnutHoleSize()Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents of the size of the plot area.). Read uint8_t.
virtual uint16_t get_FirstSliceAngle()Gets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Read uint16_t.
virtual uint16_t get_GapDepth()Returns the distance, as a percentage of the marker width, between the data series in a 3D chart. Read uint16_t.
virtual uint16_t get_GapWidth()Specifies the space between bar or column clusters, as a percentage of the bar or column width. Read uint16_t.
virtual bool get_HasSeriesLines()True if chart has series lines. Applied to stacked bar and OfPie charts. Read bool.
virtual System::SharedPtr<IChartLinesFormat> get_HiLowLinesFormat()Specifies HiLowLines format. HiLowLines applied with HiLowClose, OpenHiLowClose, VolumeHiLowClose and VolumeOpenHiLowClose chart types.
virtual bool get_IsColorVaried()Specifies that each data marker in the series has a different color. Read bool.
virtual int8_t get_Overlap()Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Read int8_t.
virtual PieSplitType get_PieSplitBy()Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Read PieSplitType.
virtual System::SharedPtr<IChartDataPoint> get_PieSplitCustomPoint(int32_t)The custom split information for a pie-of-pie or bar-of-pie chart with a custom split. Returns data point that shall be drawn in the second pie or bar in a pie-of-pie or bar-of-pie chart by index.
virtual System::SharedPtr<IPieSplitCustomPointCollection> get_PieSplitCustomPoints()The custom split information for a pie-of-pie or bar-of-pie chart with a custom split. Contains data points that shall be drawn in the second pie or bar in a pie-of-pie or bar-of-pie chart. Read-only IPieSplitCustomPointCollection.
virtual double get_PieSplitPosition()Specifies a value that shall be used to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Is used together with PieSplitBy property. Read double.
virtual bool get_PlotOnSecondAxis()Indicates if series of this group is plotted on secondary axis. Read-only bool.
virtual System::SharedPtr<IPresentation> get_Presentation()Returns the presentation. Read-only IPresentation.
virtual uint16_t get_SecondPieSize()Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). Read uint16_t.
virtual System::SharedPtr<IChartSeriesReadonlyCollection> get_Series()Returns a readonly collection of chart series. Read-only IChartSeriesReadonlyCollection.
virtual System::SharedPtr<IBaseSlide> get_Slide()Returns the base slide. Read-only IBaseSlide.
virtual CombinableSeriesTypesGroup get_Type()Returns a type of this series group. Read-only CombinableSeriesTypesGroup.
virtual System::SharedPtr<IUpDownBarsManager> get_UpDownBars()Provede access to up/down bars of Line- or Stock-chart. Read-only IUpDownBarsManager.
Detail::SmartPtrCounter * GetCounter()Gets reference counter data structure associated with the object.
virtual int32_t GetHashCode() constAnalog of C# Object.GetHashCode() method. Enables hashing of custom objects.
virtual const TypeInfo& GetType() constGets actual type of object. Analog of C# System.Object.GetType() call.
virtual System::SharedPtr<IChartSeries> idx_get(int32_t)Gets the element at the specified index.
virtual bool Is(const TypeInfo&) constCheck 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() 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.
int RemovedSharedRefs(int)Decreases shared reference count by specified value.
virtual void set_BubbleSizeRepresentation(BubbleSizeRepresentationType)Specifies how the bubble size values are represented on the bubble chart. Write BubbleSizeRepresentationType.
virtual void set_BubbleSizeScale(int32_t)Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Write int32_t.
virtual void set_DoughnutHoleSize(uint8_t)Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents of the size of the plot area.). Write uint8_t.
virtual void set_FirstSliceAngle(uint16_t)Sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Write uint16_t.
virtual void set_GapDepth(uint16_t)Sets the distance, as a percentage of the marker width, between the data series in a 3D chart. Write uint16_t.
virtual void set_GapWidth(uint16_t)Specifies the space between bar or column clusters, as a percentage of the bar or column width. Write uint16_t.
virtual void set_HasSeriesLines(bool)True if chart has series lines. Applied to stacked bar and OfPie charts. Write bool.
virtual void set_IsColorVaried(bool)Specifies that each data marker in the series has a different color. Write bool.
virtual void set_Overlap(int8_t)Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Write int8_t.
virtual void set_PieSplitBy(PieSplitType)Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Write PieSplitType.
virtual void set_PieSplitPosition(double)Specifies a value that shall be used to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Is used together with PieSplitBy property. Write double.
virtual void set_SecondPieSize(uint16_t)Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). Write uint16_t.
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.
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.

Remarks

  1. See summary and remarks for ChartSeriesGroupCollection class and CombinableSeriesTypesGroup enum. 2) Group of series contains some series properies whitch is common for each series in group ("series group properties"). "Series group properties" in ChartSeriesGroup class is read/write. Each of "series group properties" can have a read-only projection in ChartSeries class.

See Also