API Reference
Class
LegacyXlsChartAreaFormat
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
- Property LegacyXlsChartRecord.AreaFormat
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
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
- backgroundRgbHex System.String
- pattern System.UInt16
- patternName System.String
- automatic System.Boolean
- invertNegative System.Boolean
- foregroundColorIndex System.UInt16
- backgroundColorIndex System.UInt16
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.