API Reference
Class
LegacyXlsChartAttachedLabel
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
- Property LegacyXlsChartRecord.AttachedLabel
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.