API Reference

Class

LegacyXlsChartAttachedLabel

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes data-label display options decoded from a legacy XLS chart AttachedLabel record.

Inheritance

  • Object
  • LegacyXlsChartAttachedLabel

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Properties

public UInt16 Flags { get; } #

Gets the raw AttachedLabel flag field.

public Boolean ShowValue { get; } #

Gets whether the data label displays the value.

public Boolean ShowPercent { get; } #

Gets whether the data label displays a percentage.

public Boolean ShowLabelAndPercent { get; } #

Gets whether the data label displays both category label and percentage.

public Boolean ShowLabel { get; } #

Gets whether the data label displays the category label.

public Boolean ShowBubbleSizes { get; } #

Gets whether the data label displays bubble sizes.

public Boolean ShowSeriesName { get; } #

Gets whether the data label displays the series name.

public IReadOnlyList<String> FlagNames { get; } #

Gets decoded flag names for report grouping.