API Reference
Class
LegacyXlsChartBarOptions
Describes decoded Bar chart group options preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartBarOptions
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.BarOptions
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int16 OverlapPercentage { get; } #Gets the overlap between data points in the same category as a percentage of bar width.
public UInt16 GapWidthPercentage { get; } #Gets the gap width between adjacent categories as a percentage of bar width.
public UInt16 Flags { get; } #Gets the raw Bar option flags.
public Boolean IsTransposed { get; } #Gets whether the chart group swaps category and value axis orientation.
public Boolean IsStacked { get; } #Gets whether data points in the same chart group are stacked.
public Boolean IsPercentStacked { get; } #Gets whether stacked values are displayed as percentages.
public Boolean HasShadow { get; } #Gets whether data points in the chart group have shadows.