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< IFormat > | get_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... | |
![]() | |
virtual System::SharedPtr< IChartTextFormat > | get_TextFormat ()=0 |
Returns chart text format. Read-only IChartTextFormat. More... | |
![]() | |
virtual System::SharedPtr< IChart > | get_Chart ()=0 |
Returns the chart. Read-only IChart. More... | |
![]() | |
virtual System::SharedPtr< IBaseSlide > | get_Slide ()=0 |
Returns the base slide. Read-only IBaseSlide. More... | |
![]() | |
virtual System::SharedPtr< IPresentation > | get_Presentation ()=0 |
Returns the presentation. Read-only IPresentation. 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... | |
Additional Inherited Members | |
![]() | |
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 formatting options for DataLabel.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.