API Reference
LegacyXlsChartErrorBarOptions
Describes decoded SerAuxErrBar chart error-bar options preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartErrorBarOptions
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.ErrorBarOptions
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Byte Direction { get; } #Gets the raw error-bar direction value.
public String DirectionName { get; } #Gets the decoded error-bar direction name.
public Boolean HasKnownDirection { get; } #Gets whether the error-bar direction is defined by MS-XLS.
public Byte ValueSource { get; } #Gets the raw error-bar value-source value.
public String ValueSourceName { get; } #Gets the decoded error-bar value-source name.
public Boolean HasKnownValueSource { get; } #Gets whether the error-bar value source is defined by MS-XLS.
public Boolean HasTeeTop { get; } #Gets whether the error bars are T-shaped.
public Byte Reserved { get; } #Gets the reserved byte, which is expected to be 0x01.
public Boolean HasExpectedReservedValue { get; } #Gets whether the reserved byte has the expected value.
public Double Value { get; } #Gets the fixed value, percentage, or number of standard deviations for non-custom error bars.
public UInt16 CustomValueCount { get; } #Gets the number of values or references used for custom error bars.
public Boolean UsesValue { get; } #Gets whether the value field is meaningful for the decoded value source.
public Boolean UsesCustomValueCount { get; } #Gets whether the custom value count field is meaningful for the decoded value source.