API Reference

Class

LegacyXlsChartAreaFormat

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

Decoded metadata from a legacy XLS chart AreaFormat record.

Inheritance

  • Object
  • LegacyXlsChartAreaFormat

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

Constructors

public LegacyXlsChartAreaFormat(String foregroundRgbHex, String backgroundRgbHex, UInt16 pattern, String patternName, Boolean automatic, Boolean invertNegative, UInt16 foregroundColorIndex, UInt16 backgroundColorIndex) #

Creates decoded chart area-format metadata.

Parameters

foregroundRgbHex System.String requiredposition: 0
backgroundRgbHex System.String requiredposition: 1
pattern System.UInt16 requiredposition: 2
patternName System.String requiredposition: 3
automatic System.Boolean requiredposition: 4
invertNegative System.Boolean requiredposition: 5
foregroundColorIndex System.UInt16 requiredposition: 6
backgroundColorIndex System.UInt16 requiredposition: 7

Properties

public String ForegroundRgbHex { get; } #

Gets the decoded foreground RGB color in hexadecimal form.

public String BackgroundRgbHex { get; } #

Gets the decoded background RGB color in hexadecimal form.

public UInt16 Pattern { get; } #

Gets the raw fill pattern code.

public String PatternName { get; } #

Gets the decoded fill pattern name.

public Boolean Automatic { get; } #

Gets whether fill colors are automatically selected.

public Boolean InvertNegative { get; } #

Gets whether foreground and background colors are swapped for negative values.

public UInt16 ForegroundColorIndex { get; } #

Gets the chart foreground color index.

public UInt16 BackgroundColorIndex { get; } #

Gets the chart background color index.