ChartSeriesGroup

ChartSeriesGroup class

Represents group of series.

class ChartSeriesGroup : public Aspose::Slides::Charts::IChartSeriesGroup,
                         public Aspose::Slides::IDOMObject

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.
BubbleSizeRepresentationType get_BubbleSizeRepresentation() overrideSpecifies how the bubble size values are represented on the bubble chart. Read BubbleSizeRepresentationType.
int32_t get_BubbleSizeScale() overrideSpecifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read int32_t.
System::SharedPtr<IChart> get_Chart() overrideReturns the parent chart. Read-only IChart.
System::SharedPtr<IChartSeries> get_ChartSeries(int32_t) overrideReturns the chart series in the group at the specified index.
uint8_t get_DoughnutHoleSize() overrideSpecifies the size of the hole in a doughnut chart (can be between 0 and 90 percents of the size of the plot area.). Read uint8_t.
uint16_t get_FirstSliceAngle() overrideGets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Read uint16_t.
uint16_t get_GapDepth() overrideReturns the distance, as a percentage of the marker width, between the data series in a 3D chart. Read uint16_t.
uint16_t get_GapWidth() overrideSpecifies the space between bar or column clusters, as a percentage of the bar or column width. Read uint16_t.
bool get_HasSeriesLines() overrideTrue if chart has series lines. Applied to stacked bar and OfPie charts. Read bool.
System::SharedPtr<IChartLinesFormat> get_HiLowLinesFormat() overrideSpecifies HiLowLines format. HiLowLines applied with HiLowClose, OpenHiLowClose, VolumeHiLowClose and VolumeOpenHiLowClose chart types.
bool get_IsColorVaried() overrideSpecifies that each data marker in the series has a different color. Read bool.
int8_t get_Overlap() overrideSpecifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Read int8_t.
PieSplitType get_PieSplitBy() overrideSpecifies 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.
System::SharedPtr<IChartDataPoint> get_PieSplitCustomPoint(int32_t) overrideThe 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.
System::SharedPtr<IPieSplitCustomPointCollection> get_PieSplitCustomPoints() overrideThe 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 PieSplitCustomPointCollection.
double get_PieSplitPosition() overrideSpecifies 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.
bool get_PlotOnSecondAxis() overrideIndicates if series of this group is plotted on secondary axis. Read-only bool.
uint16_t get_SecondPieSize() overrideSpecifies 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.
System::SharedPtr<IChartSeriesReadonlyCollection> get_Series() overrideReturns a collection of series. Read-only IChartSeriesReadonlyCollection.
CombinableSeriesTypesGroup get_Type() overrideReturns a type of this series group. Read-only CombinableSeriesTypesGroup.
System::SharedPtr<IUpDownBarsManager> get_UpDownBars() overrideProvede 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.
System::SharedPtr<IChartSeries> idx_get(int32_t) overrideGets 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.
void set_BubbleSizeRepresentation(BubbleSizeRepresentationType) overrideSpecifies how the bubble size values are represented on the bubble chart. Write BubbleSizeRepresentationType.
void set_BubbleSizeScale(int32_t) overrideSpecifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Write int32_t.
void set_DoughnutHoleSize(uint8_t) overrideSpecifies the size of the hole in a doughnut chart (can be between 0 and 90 percents of the size of the plot area.). Write uint8_t.
void set_FirstSliceAngle(uint16_t) overrideSets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Write uint16_t.
void set_GapDepth(uint16_t) overrideSets the distance, as a percentage of the marker width, between the data series in a 3D chart. Write uint16_t.
void set_GapWidth(uint16_t) overrideSpecifies the space between bar or column clusters, as a percentage of the bar or column width. Write uint16_t.
void set_HasSeriesLines(bool) overrideTrue if chart has series lines. Applied to stacked bar and OfPie charts. Write bool.
void set_IsColorVaried(bool) overrideSpecifies that each data marker in the series has a different color. Write bool.
void set_Overlap(int8_t) overrideSpecifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Write int8_t.
void set_PieSplitBy(PieSplitType) overrideSpecifies 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.
void set_PieSplitPosition(double) overrideSpecifies 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.
void set_SecondPieSize(uint16_t) overrideSpecifies 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