IDataLabel class

IDataLabel class

Represents a series labels.

The IDataLabel type exposes the following members:

Properties

PropertyDescription
is_visibleFalse means that data label is not visible (and so all Show*-flags (ShowValue, …) are false).
Read-only bool.
data_label_formatReturns format of the data label.
Read-only IDataLabelFormat.
value_from_cellGets or sets workbook data cell. Applied if IDataLabelFormat.ShowLabelValueFromCell property equals true.
x
y
width
height
right
bottom
chart
slide
presentation
text_frame_for_overriding
text_format
actual_x
actual_y
actual_width
actual_height

Methods

MethodDescription
hideMake data label hidden by setting all Show*-flags (ShowValue, …) to false state.
IsVisible will be false after this.
get_actual_label_textReturns actual label text based on DataLabelFormat settings or TextFrameForOverriding.Text value.
add_text_frame_for_overriding

See Also