Aspose::Slides::Charts::ChartSeriesGroup Class Reference

Represents group of series. More...

Inherits Aspose::Slides::Charts::IChartSeriesGroup, and Aspose::Slides::IDOMObject.

Public Member Functions

CombinableSeriesTypesGroup get_Type () override
 Returns a type of this series group. Read-only CombinableSeriesTypesGroup. More...
 
bool get_PlotOnSecondAxis () override
 Indicates if series of this group is plotted on secondary axis. Read-only bool. More...
 
System::SharedPtr< IChartSeriesReadonlyCollectionget_Series () override
 Returns a collection of series. Read-only IChartSeriesReadonlyCollection. More...
 
System::SharedPtr< IUpDownBarsManagerget_UpDownBars () override
 Provede access to up/down bars of Line- or Stock-chart. Read-only IUpDownBarsManager. More...
 
uint16_t get_GapWidth () override
 Specifies the space between bar or column clusters, as a percentage of the bar or column width. Read uint16_t. More...
 
void set_GapWidth (uint16_t value) override
 Specifies the space between bar or column clusters, as a percentage of the bar or column width. Write uint16_t. More...
 
uint16_t get_GapDepth () override
 Returns the distance, as a percentage of the marker width, between the data series in a 3D chart. Read uint16_t. More...
 
void set_GapDepth (uint16_t value) override
 Sets the distance, as a percentage of the marker width, between the data series in a 3D chart. Write uint16_t. More...
 
uint16_t get_FirstSliceAngle () override
 Gets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Read uint16_t. More...
 
void set_FirstSliceAngle (uint16_t value) override
 Sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Write uint16_t. More...
 
uint8_t get_DoughnutHoleSize () override
 Specifies 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. More...
 
void set_DoughnutHoleSize (uint8_t value) override
 Specifies 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. More...
 
int8_t get_Overlap () override
 Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Read int8_t. More...
 
void set_Overlap (int8_t value) override
 Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Write int8_t. More...
 
uint16_t get_SecondPieSize () override
 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. More...
 
void set_SecondPieSize (uint16_t value) override
 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. More...
 
BubbleSizeRepresentationType get_BubbleSizeRepresentation () override
 Specifies how the bubble size values are represented on the bubble chart. Read BubbleSizeRepresentationType. More...
 
void set_BubbleSizeRepresentation (BubbleSizeRepresentationType value) override
 Specifies how the bubble size values are represented on the bubble chart. Write BubbleSizeRepresentationType. More...
 
double get_PieSplitPosition () override
 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. More...
 
void set_PieSplitPosition (double value) override
 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. More...
 
PieSplitType get_PieSplitBy () override
 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. More...
 
void set_PieSplitBy (PieSplitType value) override
 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. More...
 
bool get_IsColorVaried () override
 Specifies that each data marker in the series has a different color. Read bool. More...
 
void set_IsColorVaried (bool value) override
 Specifies that each data marker in the series has a different color. Write bool. More...
 
bool get_HasSeriesLines () override
 True if chart has series lines. Applied to stacked bar and OfPie charts. Read bool. More...
 
void set_HasSeriesLines (bool value) override
 True if chart has series lines. Applied to stacked bar and OfPie charts. Write bool. More...
 
System::SharedPtr< IChartLinesFormatget_HiLowLinesFormat () override
 Specifies HiLowLines format. HiLowLines applied with HiLowClose, OpenHiLowClose, VolumeHiLowClose and VolumeOpenHiLowClose chart types. More...
 
int32_t get_BubbleSizeScale () override
 Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read int32_t. More...
 
void set_BubbleSizeScale (int32_t value) override
 Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Write int32_t. More...
 
System::SharedPtr< IPieSplitCustomPointCollectionget_PieSplitCustomPoints () override
 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 PieSplitCustomPointCollection. More...
 
System::SharedPtr< IChartget_Chart () override
 Returns the parent chart. Read-only IChart. More...
 
System::SharedPtr< IChartSeriesidx_get (int32_t index) override
 Gets the element at the specified index. More...
 
- Public Member Functions inherited from System::Object
 Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ~Object ()
 Destroys object. Frees all internal data structures. More...
 
 Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Protected Member Functions

virtual ~ChartSeriesGroup ()
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 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. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 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. More...
 

Detailed Description

Represents group of series.

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.

Constructor & Destructor Documentation

◆ ~ChartSeriesGroup()

virtual Aspose::Slides::Charts::ChartSeriesGroup::~ChartSeriesGroup ( )
protectedvirtual

Member Function Documentation

◆ get_BubbleSizeRepresentation()

BubbleSizeRepresentationType Aspose::Slides::Charts::ChartSeriesGroup::get_BubbleSizeRepresentation ( )
overridevirtual

Specifies how the bubble size values are represented on the bubble chart. Read BubbleSizeRepresentationType.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_BubbleSizeScale()

int32_t Aspose::Slides::Charts::ChartSeriesGroup::get_BubbleSizeScale ( )
overridevirtual

Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read int32_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_Chart()

System::SharedPtr<IChart> Aspose::Slides::Charts::ChartSeriesGroup::get_Chart ( )
overridevirtual

Returns the parent chart. Read-only IChart.

Implements Aspose::Slides::Charts::IChartComponent.

◆ get_DoughnutHoleSize()

uint8_t Aspose::Slides::Charts::ChartSeriesGroup::get_DoughnutHoleSize ( )
overridevirtual

Specifies 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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_FirstSliceAngle()

uint16_t Aspose::Slides::Charts::ChartSeriesGroup::get_FirstSliceAngle ( )
overridevirtual

Gets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Read uint16_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_GapDepth()

uint16_t Aspose::Slides::Charts::ChartSeriesGroup::get_GapDepth ( )
overridevirtual

Returns the distance, as a percentage of the marker width, between the data series in a 3D chart. Read uint16_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_GapWidth()

uint16_t Aspose::Slides::Charts::ChartSeriesGroup::get_GapWidth ( )
overridevirtual

Specifies the space between bar or column clusters, as a percentage of the bar or column width. Read uint16_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_HasSeriesLines()

bool Aspose::Slides::Charts::ChartSeriesGroup::get_HasSeriesLines ( )
overridevirtual

True if chart has series lines. Applied to stacked bar and OfPie charts. Read bool.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_HiLowLinesFormat()

System::SharedPtr<IChartLinesFormat> Aspose::Slides::Charts::ChartSeriesGroup::get_HiLowLinesFormat ( )
overridevirtual

Specifies HiLowLines format. HiLowLines applied with HiLowClose, OpenHiLowClose, VolumeHiLowClose and VolumeOpenHiLowClose chart types.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_IsColorVaried()

bool Aspose::Slides::Charts::ChartSeriesGroup::get_IsColorVaried ( )
overridevirtual

Specifies that each data marker in the series has a different color. Read bool.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_Overlap()

int8_t Aspose::Slides::Charts::ChartSeriesGroup::get_Overlap ( )
overridevirtual

Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Read int8_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_PieSplitBy()

PieSplitType Aspose::Slides::Charts::ChartSeriesGroup::get_PieSplitBy ( )
overridevirtual

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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_PieSplitCustomPoints()

System::SharedPtr<IPieSplitCustomPointCollection> Aspose::Slides::Charts::ChartSeriesGroup::get_PieSplitCustomPoints ( )
overridevirtual

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 PieSplitCustomPointCollection.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_PieSplitPosition()

double Aspose::Slides::Charts::ChartSeriesGroup::get_PieSplitPosition ( )
overridevirtual

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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_PlotOnSecondAxis()

bool Aspose::Slides::Charts::ChartSeriesGroup::get_PlotOnSecondAxis ( )
overridevirtual

Indicates if series of this group is plotted on secondary axis. Read-only bool.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_SecondPieSize()

uint16_t Aspose::Slides::Charts::ChartSeriesGroup::get_SecondPieSize ( )
overridevirtual

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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_Series()

System::SharedPtr<IChartSeriesReadonlyCollection> Aspose::Slides::Charts::ChartSeriesGroup::get_Series ( )
overridevirtual

Returns a collection of series. Read-only IChartSeriesReadonlyCollection.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_Type()

CombinableSeriesTypesGroup Aspose::Slides::Charts::ChartSeriesGroup::get_Type ( )
overridevirtual

Returns a type of this series group. Read-only CombinableSeriesTypesGroup.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ get_UpDownBars()

System::SharedPtr<IUpDownBarsManager> Aspose::Slides::Charts::ChartSeriesGroup::get_UpDownBars ( )
overridevirtual

Provede access to up/down bars of Line- or Stock-chart. Read-only IUpDownBarsManager.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ idx_get()

System::SharedPtr<IChartSeries> Aspose::Slides::Charts::ChartSeriesGroup::idx_get ( int32_t  index)
overridevirtual

Gets the element at the specified index.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_BubbleSizeRepresentation()

void Aspose::Slides::Charts::ChartSeriesGroup::set_BubbleSizeRepresentation ( BubbleSizeRepresentationType  value)
overridevirtual

Specifies how the bubble size values are represented on the bubble chart. Write BubbleSizeRepresentationType.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_BubbleSizeScale()

void Aspose::Slides::Charts::ChartSeriesGroup::set_BubbleSizeScale ( int32_t  value)
overridevirtual

Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Write int32_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_DoughnutHoleSize()

void Aspose::Slides::Charts::ChartSeriesGroup::set_DoughnutHoleSize ( uint8_t  value)
overridevirtual

Specifies 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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_FirstSliceAngle()

void Aspose::Slides::Charts::ChartSeriesGroup::set_FirstSliceAngle ( uint16_t  value)
overridevirtual

Sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Write uint16_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_GapDepth()

void Aspose::Slides::Charts::ChartSeriesGroup::set_GapDepth ( uint16_t  value)
overridevirtual

Sets the distance, as a percentage of the marker width, between the data series in a 3D chart. Write uint16_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_GapWidth()

void Aspose::Slides::Charts::ChartSeriesGroup::set_GapWidth ( uint16_t  value)
overridevirtual

Specifies the space between bar or column clusters, as a percentage of the bar or column width. Write uint16_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_HasSeriesLines()

void Aspose::Slides::Charts::ChartSeriesGroup::set_HasSeriesLines ( bool  value)
overridevirtual

True if chart has series lines. Applied to stacked bar and OfPie charts. Write bool.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_IsColorVaried()

void Aspose::Slides::Charts::ChartSeriesGroup::set_IsColorVaried ( bool  value)
overridevirtual

Specifies that each data marker in the series has a different color. Write bool.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_Overlap()

void Aspose::Slides::Charts::ChartSeriesGroup::set_Overlap ( int8_t  value)
overridevirtual

Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Write int8_t.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_PieSplitBy()

void Aspose::Slides::Charts::ChartSeriesGroup::set_PieSplitBy ( PieSplitType  value)
overridevirtual

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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_PieSplitPosition()

void Aspose::Slides::Charts::ChartSeriesGroup::set_PieSplitPosition ( double  value)
overridevirtual

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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.

◆ set_SecondPieSize()

void Aspose::Slides::Charts::ChartSeriesGroup::set_SecondPieSize ( uint16_t  value)
overridevirtual

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.

Implements Aspose::Slides::Charts::IChartSeriesGroup.