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.

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.

See Also