API Reference

Enum

LegacyXlsChartPrintSize

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the printed-size mode of a legacy XLS chart sheet PrintSize record.

Inheritance

  • Enum
  • LegacyXlsChartPrintSize

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyXlsChartPrintSize DefaultsUnchanged #

Print settings are unchanged from workbook defaults in a UserSViewBegin block.

Value: 0
public const LegacyXlsChartPrintSize FillPage #

The chart is resized to fill the page without preserving original chart proportions.

Value: 1
public const LegacyXlsChartPrintSize FitPage #

The chart is resized proportionally to fit the page.

Value: 2
public const LegacyXlsChartPrintSize DefinedInChartRecord #

The printed chart size is defined by the Chart record.

Value: 3