API Reference
Class
LegacyXlsChartLineOptions
Describes decoded Line chart group options preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartLineOptions
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.LineOptions
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 Line chart group flags.
public Boolean IsStacked { get; } #Gets whether data points sharing the same category are stacked.
public Boolean IsPercentStacked { get; } #Gets whether stacked values are displayed as percentages.
public Boolean HasShadow { get; } #Gets whether one or more data markers in the chart group have shadows.
public Boolean HasValidPercentStackedState { get; } #Gets whether the percentage-stacked bit is valid for the decoded stacked state.
public Boolean HasZeroReservedBits { get; } #Gets whether the reserved Line flag bits are zero.