API Reference
Class
LegacyXlsChartSheetProperties
Describes decoded ShtProps chart properties preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartSheetProperties
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.SheetProperties
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 ShtProps flag bitfield.
public Boolean AutomaticallyAllocateSeries { get; } #Gets whether series are automatically allocated for the chart.
public Boolean PlotVisibleCellsOnly { get; } #Gets whether only visible cells are plotted.
public Boolean DoNotSizeWithWindow { get; } #Gets whether the chart is not sized with the window.
public Boolean ManualPlotArea { get; } #Gets whether manual plot-area dimensions are present.
public Boolean AlwaysAutoPlotArea { get; } #Gets whether the default plot-area dimension is used.
public Byte EmptyCellPlottingMode { get; } #Gets the raw empty-cell plotting mode.
public Boolean HasKnownEmptyCellPlottingMode { get; } #Gets whether the empty-cell plotting mode is one of the values defined by MS-XLS.
public String EmptyCellPlottingModeName { get; } #Gets the decoded empty-cell plotting mode name.