API Reference

Class

LegacyXlsChartMarkerFormat

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

Decoded metadata from a legacy XLS chart MarkerFormat record.

Inheritance

  • Object
  • LegacyXlsChartMarkerFormat

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 LegacyXlsChartMarkerFormat(String foregroundRgbHex, String backgroundRgbHex, UInt16 markerType, String markerTypeName, Boolean automatic, Boolean interiorHidden, Boolean borderHidden, UInt16 foregroundColorIndex, UInt16 backgroundColorIndex, UInt32 sizeTwips) #

Creates decoded chart marker-format metadata.

Parameters

foregroundRgbHex System.String requiredposition: 0
backgroundRgbHex System.String requiredposition: 1
markerType System.UInt16 requiredposition: 2
markerTypeName System.String requiredposition: 3
automatic System.Boolean requiredposition: 4
interiorHidden System.Boolean requiredposition: 5
borderHidden System.Boolean requiredposition: 6
foregroundColorIndex System.UInt16 requiredposition: 7
backgroundColorIndex System.UInt16 requiredposition: 8
sizeTwips System.UInt32 requiredposition: 9

Properties

public String ForegroundRgbHex { get; } #

Gets the decoded marker border RGB color in hexadecimal form.

public String BackgroundRgbHex { get; } #

Gets the decoded marker interior RGB color in hexadecimal form.

public UInt16 MarkerType { get; } #

Gets the raw marker type code.

public String MarkerTypeName { get; } #

Gets the decoded marker type name.

public Boolean Automatic { get; } #

Gets whether marker formatting is automatically selected.

public Boolean InteriorHidden { get; } #

Gets whether the marker interior is hidden.

public Boolean BorderHidden { get; } #

Gets whether the marker border is hidden.

public UInt16 ForegroundColorIndex { get; } #

Gets the chart foreground color index.

public UInt16 BackgroundColorIndex { get; } #

Gets the chart background color index.

public UInt32 SizeTwips { get; } #

Gets the marker size in twips.