Aspose::Cells::Charts::IDataLabels Class Referenceabstract

Encapsulates a collection of all the DataLabel objects for the specified Series. More...

Inherits Aspose::Cells::Charts::IChartTextFrame.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Drawing::ILineGetBorderILine ()=0
 Gets the border More...
 
virtual intrusive_ptr< Aspose::Cells::Drawing::IAreaGetIArea ()=0
 Gets the area More...
 
virtual bool IsAutoText ()=0
 Indicates the text is auto generated. More...
 
virtual void SetAutoText (bool value)=0
 Indicates the text is auto generated. More...
 
virtual Aspose::Cells::Charts::ChartTextDirectionType GetDirectionType ()=0
 Gets the direction of text. More...
 
virtual void SetDirectionType (Aspose::Cells::Charts::ChartTextDirectionType value)=0
 Sets the direction of text. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetText ()=0
 Gets the text of data label. More...
 
virtual void SetText (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Sets the text of data label. More...
 
virtual bool IsTextWrapped ()=0
 Check whether the text is wrapped. More...
 
virtual void SetTextWrapped (bool value)=0
 Gets or sets a value indicating whether the text is wrapped. More...
 
virtual Aspose::Cells::Charts::BackgroundMode GetBackgroundMode ()=0
 Gets and sets the display mode of the background More...
 
virtual void SetBackgroundMode (Aspose::Cells::Charts::BackgroundMode value)=0
 Gets and sets the display mode of the background More...
 
virtual bool GetShowValue ()=0
 Represents a specified chart's data label values display behavior. True displays the values. False to hide. More...
 
virtual void SetShowValue (bool value)=0
 Represents a specified chart's data label values display behavior. True displays the values. False to hide. More...
 
virtual bool GetShowCellRange ()=0
 Indicates whether showing cell range as the data labels. More...
 
virtual void SetShowCellRange (bool value)=0
 Indicates whether showing cell range as the data labels. More...
 
virtual bool GetShowPercentage ()=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. More...
 
virtual void SetShowPercentage (bool value)=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. More...
 
virtual bool GetShowBubbleSize ()=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. More...
 
virtual void SetShowBubbleSize (bool value)=0
 Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. More...
 
virtual bool GetShowCategoryName ()=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. More...
 
virtual void SetShowCategoryName (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. More...
 
virtual bool GetShowSeriesName ()=0
 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. More...
 
virtual void SetShowSeriesName (bool value)=0
 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. More...
 
virtual bool GetShowLegendKey ()=0
 Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. More...
 
virtual void SetShowLegendKey (bool value)=0
 Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > Get_NumberFormat ()=0
 Represents the format string for the DataLabels object. More...
 
virtual void SetNumberFormat (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Represents the format string for the DataLabels object. More...
 
virtual Aspose::Cells::Systems::Int32 GetNumber ()=0
 Gets ans sets the built-in number format. More...
 
virtual void SetNumber (Aspose::Cells::Systems::Int32 value)=0
 Gets ans sets the built-in number format. More...
 
virtual bool GetNumberFormatLinked ()=0
 True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). More...
 
virtual void SetNumberFormatLinked (bool value)=0
 True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). More...
 
virtual intrusive_ptr< Aspose::Cells::IFontGetIFont ()=0
 Gets the font of the DataLabels; More...
 
virtual Aspose::Cells::Charts::DataLablesSeparatorType GetSeparator ()=0
 Gets the separator type used for the data labels on a chart. More...
 
virtual void SetSeparator (Aspose::Cells::Charts::DataLablesSeparatorType value)=0
 Sets the separator type used for the data labels on a chart. More...
 
virtual Aspose::Cells::Charts::DataLabelsSeparatorType GetSeparatorType ()=0
 Gets or sets the separator type used for the data labels on a chart. More...
 
virtual void SetSeparatorType (Aspose::Cells::Charts::DataLabelsSeparatorType value)=0
 Gets the separator type used for the data labels on a chart. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetSeparatorValue ()=0
 Sets or returns the separator value used for the data labels on a chart. More...
 
virtual void SetSeparatorValue (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Sets or returns the separator value used for the data labels on a chart. More...
 
virtual Aspose::Cells::Charts::LabelPositionType GetPosition ()=0
 Represents the position of the data lable. More...
 
virtual void SetPosition (Aspose::Cells::Charts::LabelPositionType value)=0
 Represents the position of the data lable. More...
 
virtual bool IsNeverOverlap ()=0
 Indicates whether the datalabels display never overlap. (For Pie chart) More...
 
virtual void SetNeverOverlap (bool value)=0
 Indicates whether the datalabels display never overlap. (For Pie chart) More...
 
virtual Aspose::Cells::Drawing::DataLabelShapeType GetShapeType ()=0
 Gets the shape type of data label. More...
 
virtual void SetShapeType (Aspose::Cells::Drawing::DataLabelShapeType value)=0
 Sets shape type of data label. More...
 
- Public Member Functions inherited from Aspose::Cells::Charts::IChartTextFrame
virtual bool IsDeleted ()=0
 Indicates whether this data lables is deleted. More...
 
virtual void SetDeleted (bool value)=0
 Indicates whether this data lables is deleted. More...
 
virtual Aspose::Cells::TextAlignmentType GetTextHorizontalAlignment ()=0
 Gets the text horizontal alignment. More...
 
virtual void SetTextHorizontalAlignment (Aspose::Cells::TextAlignmentType value)=0
 Sets the text horizontal alignment. More...
 
virtual Aspose::Cells::TextAlignmentType GetTextVerticalAlignment ()=0
 Gets the text vertical alignment of text. More...
 
virtual void SetTextVerticalAlignment (Aspose::Cells::TextAlignmentType value)=0
 Sets the text vertical alignment of text. More...
 
virtual Aspose::Cells::Systems::Int32 GetRotationAngle ()=0
 Represents text rotation angle. More...
 
virtual void SetRotationAngle (Aspose::Cells::Systems::Int32 value)=0
 Represents text rotation angle. More...
 
virtual bool IsAutomaticRotation ()=0
 Indicates whether the text of the chart is automatically rotated. More...
 
virtual intrusive_ptr< Aspose::Cells::IFontSettingGetCharacters (Aspose::Cells::Systems::Int32 startIndex, Aspose::Cells::Systems::Int32 length)=0
 Returns a Characters object that represents a range of characters within the text. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetLinkedSource ()=0
 Gets a reference to the worksheet. More...
 
virtual void SetLinkedSource (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Sets a reference to the worksheet. More...
 
virtual Aspose::Cells::TextDirectionType GetTextDirection ()=0
 Represents text reading order. More...
 
virtual void SetTextDirection (Aspose::Cells::TextDirectionType value)=0
 Represents text reading order. More...
 
virtual Aspose::Cells::TextDirectionType GetReadingOrder ()=0
 Represents text reading order. More...
 
virtual void SetReadingOrder (Aspose::Cells::TextDirectionType value)=0
 Represents text reading order. More...
 
virtual bool IsResizeShapeToFitText ()=0
 Gets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. More...
 
virtual void SetResizeShapeToFitText (bool value)=0
 Sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. More...
 
- Public Member Functions inherited from Aspose::Cells::Charts::IChartFrame
virtual bool IsInnerMode ()=0
 Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. More...
 
virtual void SetInnerMode (bool value)=0
 Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. More...
 
virtual intrusive_ptr< Aspose::Cells::IFontGetTextIFont ()=0
 Gets a IFont object of the specified ChartFrame object. More...
 
virtual bool GetAutoScaleFont ()=0
 True if the text in the object changes font size when the object size changes. The default value is True. More...
 
virtual void SetAutoScaleFont (bool value)=0
 True if the text in the object changes font size when the object size changes. The default value is True. More...
 
virtual Aspose::Cells::Charts::BackgroundMode GetBackground ()=0
 Gets the display mode of the background More...
 
virtual void SetBackground (Aspose::Cells::Charts::BackgroundMode value)=0
 Sets the display mode of the background More...
 
virtual bool IsAutomaticSize ()=0
 Indicates whether the chart frame is automatic sized. More...
 
virtual void SetAutomaticSize (bool value)=0
 Indicates whether the chart frame is automatic sized. More...
 
virtual Aspose::Cells::Systems::Int32 GetX ()=0
 Gets the x coordinate of the upper left corner in units of 1/4000 of the chart area. More...
 
virtual void SetX (Aspose::Cells::Systems::Int32 value)=0
 Sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. More...
 
virtual Aspose::Cells::Systems::Int32 GetY ()=0
 Gets the y coordinate of the upper left corner in units of 1/4000 of the chart area.
More...
 
virtual void SetY (Aspose::Cells::Systems::Int32 value)=0
 Sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.
More...
 
virtual Aspose::Cells::Systems::Int32 GetHeight ()=0
 Gets the height of frame in units of 1/4000 of the chart area. More...
 
virtual void SetHeight (Aspose::Cells::Systems::Int32 value)=0
 Sets the height of frame in units of 1/4000 of the chart area. More...
 
virtual Aspose::Cells::Systems::Int32 GetWidth ()=0
 Gets the width of frame in units of 1/4000 of the chart area. More...
 
virtual void SetWidth (Aspose::Cells::Systems::Int32 value)=0
 Sets the width of frame in units of 1/4000 of the chart area. More...
 
virtual bool GetShadow ()=0
 True if the frame has a shadow. More...
 
virtual void SetShadow (bool value)=0
 True if the frame has a shadow. More...
 
virtual intrusive_ptr< Aspose::Cells::Drawing::IShapePropertyCollectionGetIShapeProperties ()=0
 Gets the IShapeProperties object. More...
 
virtual bool IsDefaultPosBeSet ()=0
 Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. More...
 
virtual Aspose::Cells::Systems::Int32 GetDefaultX ()=0
 Represents x of default position More...
 
virtual Aspose::Cells::Systems::Int32 GetDefaultY ()=0
 Represents y of default position More...
 
virtual Aspose::Cells::Systems::Int32 GetDefaultWidth ()=0
 Represents width of default position More...
 
virtual Aspose::Cells::Systems::Int32 GetDefaultHeight ()=0
 Represents height of default position More...
 
virtual void SetPositionAuto ()=0
 Set position of the frame to automatic More...
 

Detailed Description

Encapsulates a collection of all the DataLabel objects for the specified Series.

Member Function Documentation

◆ Get_NumberFormat()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Charts::IDataLabels::Get_NumberFormat ( )
pure virtual

Represents the format string for the DataLabels object.

◆ GetBackgroundMode()

virtual Aspose::Cells::Charts::BackgroundMode Aspose::Cells::Charts::IDataLabels::GetBackgroundMode ( )
pure virtual

Gets and sets the display mode of the background

Implements Aspose::Cells::Charts::IChartFrame.

◆ GetBorderILine()

virtual intrusive_ptr<Aspose::Cells::Drawing::ILine> Aspose::Cells::Charts::IDataLabels::GetBorderILine ( )
pure virtual

◆ GetDirectionType()

virtual Aspose::Cells::Charts::ChartTextDirectionType Aspose::Cells::Charts::IDataLabels::GetDirectionType ( )
pure virtual

Gets the direction of text.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ GetIArea()

virtual intrusive_ptr<Aspose::Cells::Drawing::IArea> Aspose::Cells::Charts::IDataLabels::GetIArea ( )
pure virtual

◆ GetIFont()

virtual intrusive_ptr<Aspose::Cells::IFont> Aspose::Cells::Charts::IDataLabels::GetIFont ( )
pure virtual

Gets the font of the DataLabels;

Implements Aspose::Cells::Charts::IChartFrame.

◆ GetNumber()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Charts::IDataLabels::GetNumber ( )
pure virtual

Gets ans sets the built-in number format.

◆ GetNumberFormatLinked()

virtual bool Aspose::Cells::Charts::IDataLabels::GetNumberFormatLinked ( )
pure virtual

True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).

◆ GetPosition()

virtual Aspose::Cells::Charts::LabelPositionType Aspose::Cells::Charts::IDataLabels::GetPosition ( )
pure virtual

Represents the position of the data lable.

◆ GetSeparator()

virtual Aspose::Cells::Charts::DataLablesSeparatorType Aspose::Cells::Charts::IDataLabels::GetSeparator ( )
pure virtual

Gets the separator type used for the data labels on a chart.

◆ GetSeparatorType()

virtual Aspose::Cells::Charts::DataLabelsSeparatorType Aspose::Cells::Charts::IDataLabels::GetSeparatorType ( )
pure virtual

Gets or sets the separator type used for the data labels on a chart.

◆ GetSeparatorValue()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Charts::IDataLabels::GetSeparatorValue ( )
pure virtual

Sets or returns the separator value used for the data labels on a chart.

◆ GetShapeType()

virtual Aspose::Cells::Drawing::DataLabelShapeType Aspose::Cells::Charts::IDataLabels::GetShapeType ( )
pure virtual

Gets the shape type of data label.

◆ GetShowBubbleSize()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowBubbleSize ( )
pure virtual

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

◆ GetShowCategoryName()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowCategoryName ( )
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.

◆ GetShowCellRange()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowCellRange ( )
pure virtual

Indicates whether showing cell range as the data labels.

◆ GetShowLegendKey()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowLegendKey ( )
pure virtual

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

◆ GetShowPercentage()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowPercentage ( )
pure virtual

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

◆ GetShowSeriesName()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowSeriesName ( )
pure virtual

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.

◆ GetShowValue()

virtual bool Aspose::Cells::Charts::IDataLabels::GetShowValue ( )
pure virtual

Represents a specified chart's data label values display behavior. True displays the values. False to hide.

◆ GetText()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Charts::IDataLabels::GetText ( )
pure virtual

Gets the text of data label.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ IsAutoText()

virtual bool Aspose::Cells::Charts::IDataLabels::IsAutoText ( )
pure virtual

Indicates the text is auto generated.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ IsNeverOverlap()

virtual bool Aspose::Cells::Charts::IDataLabels::IsNeverOverlap ( )
pure virtual

Indicates whether the datalabels display never overlap. (For Pie chart)

◆ IsTextWrapped()

virtual bool Aspose::Cells::Charts::IDataLabels::IsTextWrapped ( )
pure virtual

Check whether the text is wrapped.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ SetAutoText()

virtual void Aspose::Cells::Charts::IDataLabels::SetAutoText ( bool  value)
pure virtual

Indicates the text is auto generated.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ SetBackgroundMode()

virtual void Aspose::Cells::Charts::IDataLabels::SetBackgroundMode ( Aspose::Cells::Charts::BackgroundMode  value)
pure virtual

Gets and sets the display mode of the background

Implements Aspose::Cells::Charts::IChartFrame.

◆ SetDirectionType()

virtual void Aspose::Cells::Charts::IDataLabels::SetDirectionType ( Aspose::Cells::Charts::ChartTextDirectionType  value)
pure virtual

Sets the direction of text.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ SetNeverOverlap()

virtual void Aspose::Cells::Charts::IDataLabels::SetNeverOverlap ( bool  value)
pure virtual

Indicates whether the datalabels display never overlap. (For Pie chart)

◆ SetNumber()

virtual void Aspose::Cells::Charts::IDataLabels::SetNumber ( Aspose::Cells::Systems::Int32  value)
pure virtual

Gets ans sets the built-in number format.

◆ SetNumberFormat()

virtual void Aspose::Cells::Charts::IDataLabels::SetNumberFormat ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Represents the format string for the DataLabels object.

◆ SetNumberFormatLinked()

virtual void Aspose::Cells::Charts::IDataLabels::SetNumberFormatLinked ( bool  value)
pure virtual

True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).

◆ SetPosition()

virtual void Aspose::Cells::Charts::IDataLabels::SetPosition ( Aspose::Cells::Charts::LabelPositionType  value)
pure virtual

Represents the position of the data lable.

◆ SetSeparator()

virtual void Aspose::Cells::Charts::IDataLabels::SetSeparator ( Aspose::Cells::Charts::DataLablesSeparatorType  value)
pure virtual

Sets the separator type used for the data labels on a chart.

◆ SetSeparatorType()

virtual void Aspose::Cells::Charts::IDataLabels::SetSeparatorType ( Aspose::Cells::Charts::DataLabelsSeparatorType  value)
pure virtual

Gets the separator type used for the data labels on a chart.

◆ SetSeparatorValue()

virtual void Aspose::Cells::Charts::IDataLabels::SetSeparatorValue ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets or returns the separator value used for the data labels on a chart.

◆ SetShapeType()

virtual void Aspose::Cells::Charts::IDataLabels::SetShapeType ( Aspose::Cells::Drawing::DataLabelShapeType  value)
pure virtual

Sets shape type of data label.

◆ SetShowBubbleSize()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowBubbleSize ( bool  value)
pure virtual

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

◆ SetShowCategoryName()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowCategoryName ( 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.

◆ SetShowCellRange()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowCellRange ( bool  value)
pure virtual

Indicates whether showing cell range as the data labels.

◆ SetShowLegendKey()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowLegendKey ( bool  value)
pure virtual

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

◆ SetShowPercentage()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowPercentage ( bool  value)
pure virtual

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

◆ SetShowSeriesName()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowSeriesName ( bool  value)
pure virtual

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.

◆ SetShowValue()

virtual void Aspose::Cells::Charts::IDataLabels::SetShowValue ( bool  value)
pure virtual

Represents a specified chart's data label values display behavior. True displays the values. False to hide.

◆ SetText()

virtual void Aspose::Cells::Charts::IDataLabels::SetText ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets the text of data label.

Implements Aspose::Cells::Charts::IChartTextFrame.

◆ SetTextWrapped()

virtual void Aspose::Cells::Charts::IDataLabels::SetTextWrapped ( bool  value)
pure virtual

Gets or sets a value indicating whether the text is wrapped.

Implements Aspose::Cells::Charts::IChartTextFrame.