API Reference
Class
LegacyXlsChartObjectLink
Describes shallow metadata decoded from a chart ObjectLink record.
Inheritance
- Object
- LegacyXlsChartObjectLink
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.ObjectLink
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 LinkedObject { get; } #Gets the raw linked chart object identifier.
public String LinkedObjectName { get; } #Gets the decoded linked chart object name.
public UInt16 SeriesIndex { get; } #Gets the zero-based series index for series/data-point links.
public UInt16 DataPointIndex { get; } #Gets the zero-based data-point index, or 0xFFFF when the link targets a whole series.