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