API Reference

Class

LegacyXlsChartAreaOptions

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

Describes area chart group options decoded from a legacy XLS Area record.

Inheritance

  • Object
  • LegacyXlsChartAreaOptions

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 option flags.

public Boolean IsStacked { get; } #

Gets whether the area chart group is stacked.

public Boolean IsPercentStacked { get; } #

Gets whether the area chart group is 100 percent stacked.

public Boolean HasShadow { get; } #

Gets whether the area chart group has a shadow.

public Boolean HasValidPercentStackedState { get; } #

Gets whether the percentage-stacked flag is valid for the decoded stacking state.

public Boolean HasZeroReservedBits { get; } #

Gets whether reserved option bits are zero.