Aspose::Slides::Charts::IDataLabelFormat Class Referenceabstract

Represents formatting options for DataLabel. More...

Inherits Aspose::Slides::Charts::IFormattedTextContainer.

Inherited by Aspose::Slides::Charts::DataLabelFormat.

Public Member Functions

virtual bool get_IsNumberFormatLinkedToSource ()=0
 Read bool. More...
 
virtual void set_IsNumberFormatLinkedToSource (bool value)=0
 Write bool. More...
 
virtual System::String get_NumberFormat ()=0
 Represents the format string for the DataLabels object. Read System::String. More...
 
virtual void set_NumberFormat (System::String value)=0
 Represents the format string for the DataLabels object. Write System::String. More...
 
virtual System::SharedPtr< IFormatget_Format ()=0
 Represents the format of the data label. Read-only IFormat. More...
 
virtual LegendDataLabelPosition get_Position ()=0
 Represents the position of the data label. Read LegendDataLabelPosition. More...
 
virtual void set_Position (LegendDataLabelPosition value)=0
 Represents the position of the data label. Write LegendDataLabelPosition. More...
 
virtual bool get_ShowLegendKey ()=0
 Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. Read bool. More...
 
virtual void set_ShowLegendKey (bool value)=0
 Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. Write bool. More...
 
virtual bool get_ShowValue ()=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read bool. More...
 
virtual void set_ShowValue (bool value)=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Write bool. More...
 
virtual bool get_ShowCategoryName ()=0
 Represents a specified chart's data label category name display behavior. True to display the category name for the data labels on a chart. False to hide. Read bool. More...
 
virtual void set_ShowCategoryName (bool value)=0
 Represents a specified chart's data label category name display behavior. True to display the category name for the data labels on a chart. False to hide. Write bool. More...
 
virtual bool get_ShowSeriesName ()=0
 Returns a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide. Read bool. More...
 
virtual void set_ShowSeriesName (bool value)=0
 Sets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide. Write bool. More...
 
virtual bool get_ShowPercentage ()=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read bool. More...
 
virtual void set_ShowPercentage (bool value)=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Write bool. More...
 
virtual bool get_ShowBubbleSize ()=0
 Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide. Read bool. More...
 
virtual void set_ShowBubbleSize (bool value)=0
 Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide. Write bool. More...
 
virtual bool get_ShowLeaderLines ()=0
 Represents a specified chart's data label leader lines display behavior. True displays the leader lines. False to hide. Read bool. More...
 
virtual void set_ShowLeaderLines (bool value)=0
 Represents a specified chart's data label leader lines display behavior. True displays the leader lines. False to hide. Write bool. More...
 
virtual bool get_ShowLabelAsDataCallout ()=0
 Determines either specified chart's data label will be displayed as data callout or as data label. More...
 
virtual void set_ShowLabelAsDataCallout (bool value)=0
 Determines either specified chart's data label will be displayed as data callout or as data label. More...
 
virtual bool get_ShowLabelValueFromCell ()=0
 Represents a specified chart's data label cell value display behavior. True displays cell value. False to hide. Read bool. More...
 
virtual void set_ShowLabelValueFromCell (bool value)=0
 Represents a specified chart's data label cell value display behavior. True displays cell value. False to hide. Write bool. More...
 
virtual System::String get_Separator ()=0
 Sets or returns a Variant representing the separator used for the data labels on a chart. Read System::String. More...
 
virtual void set_Separator (System::String value)=0
 Sets or returns a Variant representing the separator used for the data labels on a chart. Write System::String. More...
 
- Public Member Functions inherited from Aspose::Slides::Charts::IFormattedTextContainer
virtual System::SharedPtr< IChartTextFormatget_TextFormat ()=0
 Returns chart text format. Read-only IChartTextFormat. More...
 
- Public Member Functions inherited from Aspose::Slides::Charts::IChartComponent
virtual System::SharedPtr< IChartget_Chart ()=0
 Returns the chart. Read-only IChart. More...
 
- Public Member Functions inherited from Aspose::Slides::ISlideComponent
virtual System::SharedPtr< IBaseSlideget_Slide ()=0
 Returns the base slide. Read-only IBaseSlide. More...
 
- Public Member Functions inherited from Aspose::Slides::IPresentationComponent
virtual System::SharedPtr< IPresentationget_Presentation ()=0
 Returns the presentation. Read-only IPresentation. 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 formatting options for DataLabel.

Member Function Documentation

◆ get_Format()

virtual System::SharedPtr<IFormat> Aspose::Slides::Charts::IDataLabelFormat::get_Format ( )
pure virtual

Represents the format of the data label. Read-only IFormat.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property represents the default format for the new data labels in the DataLabelCollection collection.


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_IsNumberFormatLinkedToSource()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_IsNumberFormatLinkedToSource ( )
pure virtual

Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the IsNumberFormatLinkedToSource property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the IsNumberFormatLinkedToSource property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.IsNumberFormatLinkedToSource = val;" cause to all DataLabels[i].IsNumberFormatLinkedToSource is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_NumberFormat()

virtual System::String Aspose::Slides::Charts::IDataLabelFormat::get_NumberFormat ( )
pure virtual

Represents the format string for the DataLabels object. Read System::String.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the NumberFormat property for the new data labels in the DataLabelCollection collection. Represents the format string for the DataLabel objects. Set this property with value also sets this value to the NumberFormat property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.NumberFormat = val;" cause to all DataLabels[i].NumberFormat is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_Position()

virtual LegendDataLabelPosition Aspose::Slides::Charts::IDataLabelFormat::get_Position ( )
pure virtual

Represents the position of the data label. Read LegendDataLabelPosition.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the Position property for the new data labels in the DataLabelCollection collection. Represents the position for the DataLabel objects. Set this property with value also sets this value to the Position property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.Position = val;" cause to all DataLabels[i].Position is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_Separator()

virtual System::String Aspose::Slides::Charts::IDataLabelFormat::get_Separator ( )
pure virtual

Sets or returns a Variant representing the separator used for the data labels on a chart. Read System::String.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the Separator property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the Separator property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.Separator = val;" cause to all DataLabels[i].Separator is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowBubbleSize()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowBubbleSize ( )
pure virtual

Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowBubbleSize property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowBubbleSize property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowBubbleSize = val;" cause to all DataLabels[i].ShowBubbleSize is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowCategoryName()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowCategoryName ( )
pure virtual

Represents a specified chart's data label category name display behavior. True to display the category name for the data labels on a chart. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowCategoryName property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowCategoryName property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowCategoryName = val;" cause to all DataLabels[i].ShowCategoryName is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowLabelAsDataCallout()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowLabelAsDataCallout ( )
pure virtual

Determines either specified chart's data label will be displayed as data callout or as data label.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLabelAsDataCallout property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLabelAsDataCallout property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLabelAsDataCallout = val;" cause to all DataLabels[i].ShowLabelAsDataCallout is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowLabelValueFromCell()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowLabelValueFromCell ( )
pure virtual

Represents a specified chart's data label cell value display behavior. True displays cell value. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLabelValueFromCell property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLabelValueFromCell property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLabelValueFromCell = val;" cause to all DataLabels[i].ShowLabelValueFromCell is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowLeaderLines()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowLeaderLines ( )
pure virtual

Represents a specified chart's data label leader lines display behavior. True displays the leader lines. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLeaderLines property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLeaderLines property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLeaderLines = val;" cause to all DataLabels[i].ShowLeaderLines is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowLegendKey()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowLegendKey ( )
pure virtual

Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLegendKey property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLegendKey property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLegendKey = val;" cause to all DataLabels[i].ShowLegendKey is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowPercentage()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowPercentage ( )
pure virtual

Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowPercentage property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowPercentage property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowPercentage = val;" cause to all DataLabels[i].ShowPercentage is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowSeriesName()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowSeriesName ( )
pure virtual

Returns a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowSeriesName property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowSeriesName property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowSeriesName = val;" cause to all DataLabels[i].ShowSeriesName is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ get_ShowValue()

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowValue ( )
pure virtual

Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowValue property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowValue property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowValue = val;" cause to all DataLabels[i].ShowValue is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_IsNumberFormatLinkedToSource()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_IsNumberFormatLinkedToSource ( bool  value)
pure virtual

Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the IsNumberFormatLinkedToSource property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the IsNumberFormatLinkedToSource property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.IsNumberFormatLinkedToSource = val;" cause to all DataLabels[i].IsNumberFormatLinkedToSource is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_NumberFormat()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_NumberFormat ( System::String  value)
pure virtual

Represents the format string for the DataLabels object. Write System::String.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the NumberFormat property for the new data labels in the DataLabelCollection collection. Represents the format string for the DataLabel objects. Set this property with value also sets this value to the NumberFormat property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.NumberFormat = val;" cause to all DataLabels[i].NumberFormat is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_Position()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_Position ( LegendDataLabelPosition  value)
pure virtual

Represents the position of the data label. Write LegendDataLabelPosition.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the Position property for the new data labels in the DataLabelCollection collection. Represents the position for the DataLabel objects. Set this property with value also sets this value to the Position property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.Position = val;" cause to all DataLabels[i].Position is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_Separator()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_Separator ( System::String  value)
pure virtual

Sets or returns a Variant representing the separator used for the data labels on a chart. Write System::String.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the Separator property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the Separator property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.Separator = val;" cause to all DataLabels[i].Separator is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowBubbleSize()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowBubbleSize ( bool  value)
pure virtual

Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowBubbleSize property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowBubbleSize property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowBubbleSize = val;" cause to all DataLabels[i].ShowBubbleSize is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowCategoryName()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowCategoryName ( bool  value)
pure virtual

Represents a specified chart's data label category name display behavior. True to display the category name for the data labels on a chart. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowCategoryName property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowCategoryName property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowCategoryName = val;" cause to all DataLabels[i].ShowCategoryName is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowLabelAsDataCallout()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowLabelAsDataCallout ( bool  value)
pure virtual

Determines either specified chart's data label will be displayed as data callout or as data label.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLabelAsDataCallout property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLabelAsDataCallout property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLabelAsDataCallout = val;" cause to all DataLabels[i].ShowLabelAsDataCallout is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowLabelValueFromCell()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowLabelValueFromCell ( bool  value)
pure virtual

Represents a specified chart's data label cell value display behavior. True displays cell value. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLabelValueFromCell property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLabelValueFromCell property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLabelValueFromCell = val;" cause to all DataLabels[i].ShowLabelValueFromCell is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowLeaderLines()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowLeaderLines ( bool  value)
pure virtual

Represents a specified chart's data label leader lines display behavior. True displays the leader lines. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLeaderLines property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLeaderLines property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLeaderLines = val;" cause to all DataLabels[i].ShowLeaderLines is equal to val).

Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowLegendKey()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowLegendKey ( bool  value)
pure virtual

Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLegendKey property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLegendKey property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLegendKey = val;" cause to all DataLabels[i].ShowLegendKey is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowPercentage()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowPercentage ( bool  value)
pure virtual

Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowPercentage property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowPercentage property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowPercentage = val;" cause to all DataLabels[i].ShowPercentage is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowSeriesName()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowSeriesName ( bool  value)
pure virtual

Sets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowSeriesName property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowSeriesName property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowSeriesName = val;" cause to all DataLabels[i].ShowSeriesName is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.

◆ set_ShowValue()

virtual void Aspose::Slides::Charts::IDataLabelFormat::set_ShowValue ( bool  value)
pure virtual

Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Write bool.

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowValue property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowValue property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowValue = val;" cause to all DataLabels[i].ShowValue is equal to val).


Implemented in Aspose::Slides::Charts::DataLabelFormat.