Aspose::Slides::Charts::IChartCategory Class Referenceabstract

Represents chart categories. More...

#include <IChartCategory.h>

Inherits System::Object.

Inherited by Aspose::Slides::Charts::ChartCategory.

Public Member Functions

virtual ASPOSE_SLIDES_API_LOCAL_API bool get_UseCell ()=0
 If true then AsCell property is actual. In other words, worksheet is used for storing category (this case supports a multi-level category). If false then AsLiteral property is actual. In other words, worksheet is NOT used for storing category (and this case doesn't support a multi-level categories). Read-only bool. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< IChartDataCellget_AsCell ()=0
 Returns IChartDataCell object. If category is multi-level then used IChartDataCell object for level "0". Read IChartDataCell. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API void set_AsCell (System::SharedPtr< IChartDataCell > value)=0
 Sets IChartDataCell object. If category is multi-level then used IChartDataCell object for level "0". Write IChartDataCell. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< System::Objectget_AsLiteral ()=0
 Returns AsLiteral if UseCell is false. Read System::Object. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API void set_AsLiteral (System::SharedPtr< System::Object > value)=0
 Sets AsLiteral if UseCell is false. Write System::Object. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< System::Objectget_Value ()=0
 If UseCell is true then this property represents get_AsCell()->get(set)_Value() property. If UseCell is false then this property represents AsLiteral property. Read System::Object. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API void set_Value (System::SharedPtr< System::Object > value)=0
 If UseCell is true then this property represents get_AsCell()->get(set)_Value() property. If UseCell is false then this property represents AsLiteral property. Write System::Object. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< IChartCategoryLevelsManagerget_GroupingLevels ()=0
 Managed container of the values of the chart category grouping levels. Multi-level category contain more then one grouping level. Grouping levels indexing is zero-based. Read-only IChartCategoryLevelsManager. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API void Remove ()=0
 Removes category from chart. More...
 
virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< IChartDataCellget_GroupingLevel (int32_t level)=0
 Returns a chart category grouping level 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...
 

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 chart categories.

Member Function Documentation

◆ get_AsCell()

virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< IChartDataCell > Aspose::Slides::Charts::IChartCategory::get_AsCell ( )
pure virtual

Returns IChartDataCell object. If category is multi-level then used IChartDataCell object for level "0". Read IChartDataCell.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ get_AsLiteral()

virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< System::Object > Aspose::Slides::Charts::IChartCategory::get_AsLiteral ( )
pure virtual

Returns AsLiteral if UseCell is false. Read System::Object.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ get_GroupingLevel()

virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< IChartDataCell > Aspose::Slides::Charts::IChartCategory::get_GroupingLevel ( int32_t  level)
pure virtual

Returns a chart category grouping level at the specified index.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ get_GroupingLevels()

virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< IChartCategoryLevelsManager > Aspose::Slides::Charts::IChartCategory::get_GroupingLevels ( )
pure virtual

Managed container of the values of the chart category grouping levels. Multi-level category contain more then one grouping level. Grouping levels indexing is zero-based. Read-only IChartCategoryLevelsManager.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ get_UseCell()

virtual ASPOSE_SLIDES_API_LOCAL_API bool Aspose::Slides::Charts::IChartCategory::get_UseCell ( )
pure virtual

If true then AsCell property is actual. In other words, worksheet is used for storing category (this case supports a multi-level category). If false then AsLiteral property is actual. In other words, worksheet is NOT used for storing category (and this case doesn't support a multi-level categories). Read-only bool.

For change value of this property (for all categories in collection) set new value to ChartCategoryCollection.UseCells property.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ get_Value()

virtual ASPOSE_SLIDES_API_LOCAL_API System::SharedPtr< System::Object > Aspose::Slides::Charts::IChartCategory::get_Value ( )
pure virtual

If UseCell is true then this property represents get_AsCell()->get(set)_Value() property. If UseCell is false then this property represents AsLiteral property. Read System::Object.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ Remove()

virtual ASPOSE_SLIDES_API_LOCAL_API void Aspose::Slides::Charts::IChartCategory::Remove ( )
pure virtual

Removes category from chart.

Exceptions
PptxEditExceptionThrown if category is already removed from chart.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ set_AsCell()

virtual ASPOSE_SLIDES_API_LOCAL_API void Aspose::Slides::Charts::IChartCategory::set_AsCell ( System::SharedPtr< IChartDataCell value)
pure virtual

Sets IChartDataCell object. If category is multi-level then used IChartDataCell object for level "0". Write IChartDataCell.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ set_AsLiteral()

virtual ASPOSE_SLIDES_API_LOCAL_API void Aspose::Slides::Charts::IChartCategory::set_AsLiteral ( System::SharedPtr< System::Object value)
pure virtual

Sets AsLiteral if UseCell is false. Write System::Object.

Implemented in Aspose::Slides::Charts::ChartCategory.

◆ set_Value()

virtual ASPOSE_SLIDES_API_LOCAL_API void Aspose::Slides::Charts::IChartCategory::set_Value ( System::SharedPtr< System::Object value)
pure virtual

If UseCell is true then this property represents get_AsCell()->get(set)_Value() property. If UseCell is false then this property represents AsLiteral property. Write System::Object.

Implemented in Aspose::Slides::Charts::ChartCategory.