API Reference
Class
LegacyXlsChartLayout12
Describes preserve-only CrtLayout12 chart layout metadata.
Inheritance
- Object
- LegacyXlsChartLayout12
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.Layout12
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 Checksum { get; } #Gets the CrtLayout12 checksum value.
public Byte AutomaticLayoutType { get; } #Gets the automatic legend layout type.
public String AutomaticLayoutTypeName { get; } #Gets the decoded automatic legend layout type name.
public UInt16 XMode { get; } #Gets the raw X layout mode.
public String XModeName { get; } #Gets the decoded X layout mode name.
public UInt16 YMode { get; } #Gets the raw Y layout mode.
public String YModeName { get; } #Gets the decoded Y layout mode name.
public UInt16 WidthMode { get; } #Gets the raw width layout mode.
public String WidthModeName { get; } #Gets the decoded width layout mode name.
public UInt16 HeightMode { get; } #Gets the raw height layout mode.
public String HeightModeName { get; } #Gets the decoded height layout mode name.
public Double X { get; } #Gets the X layout value.
public Double Y { get; } #Gets the Y layout value.
public Double Width { get; } #Gets the width or lower-right X layout value.
public Double Height { get; } #Gets the height or lower-right Y layout value.