API Reference
LegacyXlsChartBopPopOptions
Describes decoded BopPop chart group options preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartBopPopOptions
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.BopPopOptions
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Byte Subtype { get; } #Gets the raw bar-of-pie or pie-of-pie subtype.
public String SubtypeName { get; } #Gets the decoded bar-of-pie or pie-of-pie subtype name.
public Boolean HasKnownSubtype { get; } #Gets whether the subtype is one of the BIFF-defined values.
public Boolean AutomaticSplit { get; } #Gets whether Excel automatically determines the secondary bar/pie split.
public UInt16 Split { get; } #Gets the raw split mode.
public String SplitName { get; } #Gets the decoded split mode name.
public Boolean HasKnownSplit { get; } #Gets whether the split mode is one of the BIFF-defined values.
public Int16 SplitPosition { get; } #Gets the secondary bar/pie split position.
public Int16 SplitPercent { get; } #Gets the percentage threshold for percent-based splits.
public Int16 SecondaryPieSizePercent { get; } #Gets the secondary bar/pie size as a percentage of the primary pie size.
public Int16 GapPercent { get; } #Gets the gap between the primary pie and secondary bar/pie.
public Double SplitValue { get; } #Gets the threshold value for value-based splits.
public UInt16 Flags { get; } #Gets the raw BopPop flags.
public Boolean HasShadow { get; } #Gets whether one or more data points have shadows.
public Boolean HasZeroReservedBits { get; } #Gets whether the reserved BopPop flag bits are zero.