Aspose::Words::Drawing::Charts::ChartDataLabel class

ChartDataLabel class

Represents data label on a chart point or trendline. To learn more, visit the Working with Charts documentation article.

class ChartDataLabel : public Aspose::Words::Drawing::Charts::Core::INumberFormatProvider,
                       public Aspose::Words::Drawing::Charts::Core::IChartItemTextProperties,
                       public Aspose::Words::Drawing::Charts::Core::IChartFormatSource

Methods

MethodDescription
ClearFormat()Clears format of this data label. The properties are set to the default values defined in the parent data label collection.
get_Font()Provides access to the font formatting of this data label.
get_Format()Provides access to fill and line formatting of the data label.
get_Index()Specifies the index of the containing element. This index shall determine which of the parent’s children collection this element applies to. Default value is 0.
get_IsHidden()Gets/sets a flag indicating whether this label is hidden. The default value is false.
get_IsVisible()Returns true if this data label has something to display.
get_Left()Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its Position property, depending on the value of the LeftMode property.
get_LeftMode()Gets or sets the interpretation mode of the Left property value: whether it sets the location of the data label from the left edge of the chart of from the position specified by its Position property.
get_NumberFormat()Returns number format of the parent element.
get_Orientation()Gets or sets the orientation of the label text.
get_Position()Gets or sets the position of the data label.
get_Rotation()Gets or sets the rotation of the label in degrees.
get_Separator()Gets string separator used for the data labels on a chart. The default is a comma, except for pie charts showing only category name and percentage, when a line break shall be used instead.
get_ShowBubbleSize()Allows to specify if bubble size is to be displayed for the data labels on a chart. Applies only to Bubble charts. Default value is false.
get_ShowCategoryName()Allows to specify if category name is to be displayed for the data labels on a chart. Default value is false.
get_ShowDataLabelsRange()Allows to specify if values from data labels range to be displayed in the data labels. Default value is false.
get_ShowLeaderLines()Allows to specify if data label leader lines need be shown. Default value is false.
get_ShowLegendKey()Allows to specify if legend key is to be displayed for the data labels on a chart. Default value is false.
get_ShowPercentage()Allows to specify if percentage value is to be displayed for the data labels on a chart. Default value is false.
get_ShowSeriesName()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. By default false.
get_ShowValue()Allows to specify if values are to be displayed in the data labels. Default value is false.
get_Top()Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its Position property, depending on the value of the TopMode property.
get_TopMode()Gets or sets the interpretation mode of the Top property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its Position property.
GetType() const override
Is(const System::TypeInfo&) const override
set_IsHidden(bool)Gets/sets a flag indicating whether this label is hidden. The default value is false.
set_Left(double)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_Left.
set_LeftMode(Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_LeftMode.
set_Orientation(Aspose::Words::Drawing::ShapeTextOrientation)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_Orientation.
set_Position(Aspose::Words::Drawing::Charts::ChartDataLabelPosition)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_Position.
set_Rotation(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_Rotation.
set_Separator(const System::String&)Sets string separator used for the data labels on a chart. The default is a comma, except for pie charts showing only category name and percentage, when a line break shall be used instead.
set_ShowBubbleSize(bool)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_ShowBubbleSize.
set_ShowCategoryName(bool)Allows to specify if category name is to be displayed for the data labels on a chart. Default value is false.
set_ShowDataLabelsRange(bool)Allows to specify if values from data labels range to be displayed in the data labels. Default value is false.
set_ShowLeaderLines(bool)Allows to specify if data label leader lines need be shown. Default value is false.
set_ShowLegendKey(bool)Allows to specify if legend key is to be displayed for the data labels on a chart. Default value is false.
set_ShowPercentage(bool)Allows to specify if percentage value is to be displayed for the data labels on a chart. Default value is false.
set_ShowSeriesName(bool)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. By default false.
set_ShowValue(bool)Allows to specify if values are to be displayed in the data labels. Default value is false.
set_Top(double)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_Top.
set_TopMode(Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode)Setter for Aspose::Words::Drawing::Charts::ChartDataLabel::get_TopMode.
static Type()

See Also