API Reference
Class
LegacyXlsChartBopPopCustomSplit
Describes decoded BopPopCustom secondary bar/pie membership bits.
Inheritance
- Object
- LegacyXlsChartBopPopCustomSplit
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
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 BitCount { get; } #Gets the declared BopPopCustom bit count, including the final additional bit.
public Int32 DataPointCount { get; } #Gets the number of data point membership bits declared by the record.
public Int32 ExpectedBitmapByteCount { get; } #Gets the expected custom-split bitmap byte count.
public Int32 BitmapBytesAvailable { get; } #Gets the number of bitmap bytes available in the record payload.
public Boolean HasCompleteBitmap { get; } #Gets whether the declared bitmap is fully present in the payload.
public IReadOnlyList<Int32> SecondaryDataPointIndexes { get; } #Gets zero-based data point indexes assigned to the secondary bar/pie.
public Boolean NoSecondaryDataPointsMarker { get; } #Gets whether the final additional bit marks an empty secondary bar/pie.
public Boolean HasConsistentNoSecondaryDataPointsMarker { get; } #Gets whether the empty-secondary marker is consistent with the decoded data point bits.