API Reference
Class
LegacyXlsChartAreaOptions
Describes area chart group options decoded from a legacy XLS Area record.
Inheritance
- Object
- LegacyXlsChartAreaOptions
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.AreaOptions
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 Flags { get; } #Gets the raw option flags.
public Boolean IsStacked { get; } #Gets whether the area chart group is stacked.
public Boolean IsPercentStacked { get; } #Gets whether the area chart group is 100 percent stacked.
public Boolean HasShadow { get; } #Gets whether the area chart group has a shadow.
public Boolean HasValidPercentStackedState { get; } #Gets whether the percentage-stacked flag is valid for the decoded stacking state.
public Boolean HasZeroReservedBits { get; } #Gets whether reserved option bits are zero.