API Reference
Class
LegacyXlsChartPlotGrowth
Describes decoded PlotGrowth chart font-scaling metadata.
Inheritance
- Object
- LegacyXlsChartPlotGrowth
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.PlotGrowth
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int16 HorizontalIntegral { get; } #Gets the integral part of the horizontal growth factor.
public UInt16 HorizontalFractional { get; } #Gets the fractional part of the horizontal growth factor.
public Double HorizontalGrowthPoints { get; } #Gets the horizontal growth factor in points.
public Int16 VerticalIntegral { get; } #Gets the integral part of the vertical growth factor.
public UInt16 VerticalFractional { get; } #Gets the fractional part of the vertical growth factor.
public Double VerticalGrowthPoints { get; } #Gets the vertical growth factor in points.