API Reference

Class

LegacyXlsChartLineOptions

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

Describes decoded Line chart group options preserved from a BIFF chart stream.

Inheritance

  • Object
  • LegacyXlsChartLineOptions

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 Line chart group flags.

public Boolean IsStacked { get; } #

Gets whether data points sharing the same category are stacked.

public Boolean IsPercentStacked { get; } #

Gets whether stacked values are displayed as percentages.

public Boolean HasShadow { get; } #

Gets whether one or more data markers in the chart group have shadows.

public Boolean HasValidPercentStackedState { get; } #

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

public Boolean HasZeroReservedBits { get; } #

Gets whether the reserved Line flag bits are zero.