API Reference

Class

LegacyXlsChartSeriesList

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

Describes preserve-only SeriesList chart metadata.

Inheritance

  • Object
  • LegacyXlsChartSeriesList

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 DeclaredSeriesCount { get; } #

Gets the series index count declared by the record.

public IReadOnlyList<UInt16> SeriesIndexes { get; } #

Gets decoded one-based Series record indexes.

public Int32 DecodedSeriesCount { get; } #

Gets the number of series indexes decoded from the available payload.

public Boolean HasCompleteSeriesIndexList { get; } #

Gets whether the decoded index count matches the declared count.

public Boolean HasOnlyValidSeriesIndexes { get; } #

Gets whether every decoded series index is inside the BIFF chart series index range.