API Reference
Class
LegacyXlsChartClientColorPalette
Describes a custom client color palette decoded from a legacy XLS chart ClrtClient record.
Inheritance
- Object
- LegacyXlsChartClientColorPalette
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
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int16 DeclaredColorCount { get; } #Gets the color count declared by the record.
public IReadOnlyList<String> Colors { get; } #Gets decoded LongRGB colors in record order.
public Int32 DecodedColorCount { get; } #Gets the number of colors decoded from the available payload.
public Boolean HasCompleteColorList { get; } #Gets whether the decoded color count matches the declared count.
public Boolean HasExpectedColorCount { get; } #Gets whether the palette declares the expected three colors.
public String ForegroundColor { get; } #Gets the foreground color, when present.
public String BackgroundColor { get; } #Gets the background color, when present.
public String NeutralColor { get; } #Gets the neutral color, when present.