API Reference
LegacyXlsChartPlotAreaLayout12
Describes preserve-only CrtLayout12A plot-area layout metadata.
Inheritance
- Object
- LegacyXlsChartPlotAreaLayout12
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) #BooleanParameters
- obj Object
Properties
public UInt32 Checksum { get; } #Gets the CrtLayout12A checksum value.
public Boolean TargetsInnerPlotArea { get; } #Gets whether the layout target is the inner plot area.
public String TargetName { get; } #Gets the decoded plot-area target name.
public Int16 UpperLeftX { get; } #Gets the horizontal offset of the plot area's upper-left corner in SPRC units.
public Int16 UpperLeftY { get; } #Gets the vertical offset of the plot area's upper-left corner in SPRC units.
public Int16 WidthSprc { get; } #Gets the plot-area width in SPRC units.
public Int16 HeightSprc { get; } #Gets the plot-area height in SPRC units.
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.