set_ShowValue()

IDataLabelFormat::set_ShowValue(bool) method

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

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

Remarks

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

See Also