API Reference

Class

LegacyXlsChartLineFormat

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

Decoded metadata from a legacy XLS chart LineFormat record.

Inheritance

  • Object
  • LegacyXlsChartLineFormat

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 LegacyXlsChartLineFormat(String rgbHex, UInt16 style, String styleName, Int16 weight, String weightName, Boolean automatic, Boolean axisVisible, Boolean automaticColor, UInt16 colorIndex) #

Creates decoded chart line-format metadata.

Parameters

rgbHex System.String requiredposition: 0
style System.UInt16 requiredposition: 1
styleName System.String requiredposition: 2
weight System.Int16 requiredposition: 3
weightName System.String requiredposition: 4
automatic System.Boolean requiredposition: 5
axisVisible System.Boolean requiredposition: 6
automaticColor System.Boolean requiredposition: 7
colorIndex System.UInt16 requiredposition: 8

Properties

public String RgbHex { get; } #

Gets the decoded RGB color in hexadecimal form.

public UInt16 Style { get; } #

Gets the raw line style code.

public String StyleName { get; } #

Gets the decoded line style name.

public Int16 Weight { get; } #

Gets the raw line weight code.

public String WeightName { get; } #

Gets the decoded line weight name.

public Boolean Automatic { get; } #

Gets whether the line uses automatic formatting.

public Boolean AxisVisible { get; } #

Gets whether the axis line is displayed when the record applies to an axis line.

public Boolean AutomaticColor { get; } #

Gets whether the color index uses the automatic chart color.

public UInt16 ColorIndex { get; } #

Gets the chart color index.