|
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< IChartSeriesReadonlyCollection > | get_Series () override |
| Returns a collection of series. Read-only IChartSeriesReadonlyCollection. More...
|
|
System::SharedPtr< IUpDownBarsManager > | get_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< IChartLinesFormat > | get_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< IPieSplitCustomPointCollection > | get_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< IChart > | get_Chart () override |
| Returns the parent chart. Read-only IChart. More...
|
|
System::SharedPtr< IChartSeries > | idx_get (int32_t index) override |
| Gets the element at the specified index. More...
|
|
| 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...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| 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 TypeInfo & | GetType () 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...
|
|
|
typedef SmartPtr< Object > | ptr |
| Alias for smart pointer type. More...
|
|
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 TypeInfo & | Type () |
| 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...
|
|
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.