API Reference

Class

LegacyXlsChartSeriesFormat

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes properties decoded from a legacy XLS chart SerFmt record.

Inheritance

  • Object
  • LegacyXlsChartSeriesFormat

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

Accepted by parameters

Properties

public UInt16 Flags { get; } #

Gets the raw SerFmt flag field.

public Boolean SmoothLine { get; } #

Gets whether series lines use a smooth-line effect.

public Boolean ThreeDimensionalBubbles { get; } #

Gets whether bubble chart data points use a 3-D effect.

public Boolean Shadow { get; } #

Gets whether data markers use a shadow.

public UInt16 Reserved { get; } #

Gets the reserved SerFmt bits.

public Boolean HasZeroReservedBits { get; } #

Gets whether all reserved bits are zero.

public IReadOnlyList<String> FlagNames { get; } #

Gets decoded flag names for report grouping.