API Reference
Class
LegacyXlsChartDataTableOptions
Describes decoded Dat chart data-table display options.
Inheritance
- Object
- LegacyXlsChartDataTableOptions
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 UInt16 Flags { get; } #Gets the raw Dat option flags.
public Boolean HasHorizontalBorders { get; } #Gets whether horizontal borders are displayed within the data table.
public Boolean HasVerticalBorders { get; } #Gets whether vertical borders are displayed within the data table.
public Boolean HasOutlineBorder { get; } #Gets whether an outside outline is displayed around the data table.
public Boolean ShowSeriesKeys { get; } #Gets whether legend key symbols are displayed next to series names.
public UInt16 ReservedFlags { get; } #Gets Dat option bits outside the currently decoded display flags.
public Boolean HasReservedFlags { get; } #Gets whether Dat option bits outside the currently decoded display flags are set.
public String ReservedState { get; } #Gets a compact reserved-bit state for corpus diagnostics.