IDataLabelFormat Interface

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IDataLabelFormat : IFormattedTextContainer, 
	IChartComponent, ISlideComponent, IPresentationComponent

The IDataLabelFormat type exposes the following members.

Properties
  NameDescription
Public propertyAsIChartComponent
Returns IChartComponent interface. Read-only IChartComponent.
(Inherited from IFormattedTextContainer.)
Public propertyAsIFormattedTextContainer
Allows to get base IFormattedTextContainer interface. Read-only IFormattedTextContainer.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
(Inherited from IChartComponent.)
Public propertyChart
Returns the chart. Read-only IChart.
(Inherited from IChartComponent.)
Public propertyFormat
Represents the format of the data label. Read-only IFormat.
Public propertyIsNumberFormatLinkedToSource
Read/write Boolean.
Public propertyNumberFormat
Represents the format string for the DataLabels object. Read/write String.
Public propertyPosition
Represents the position of the data label. Read/write LegendDataLabelPosition.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertySeparator
Sets or returns a Variant representing the separator used for the data labels on a chart. Read/write String.
Public propertyShowBubbleSize
Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide. Read/write Boolean.
Public propertyShowCategoryName
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/write Boolean.
Public propertyShowLabelAsDataCallout
Determines either specified chart's data label will be displayed as data callout or as data label.
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 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).
Public propertyShowLabelValueFromCell
Represents a specified chart's data label cell value display behavior. True displays cell value. False to hide. Read/write Boolean.
Public propertyShowLeaderLines
Represents a specified chart's data label leader lines display behavior. True displays the leader lines. False to hide. Read/write Boolean.
Public propertyShowLegendKey
Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. Read/write Boolean.
Public propertyShowPercentage
Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read/write Boolean.
Public propertyShowSeriesName
Returns or 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. Read/write Boolean.
Public propertyShowValue
Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. Read/write Boolean.
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertyTextFormat
Returns chart text format. Read-only IChartTextFormat.
(Inherited from IFormattedTextContainer.)
See Also