API Reference
LegacyXlsChart3DOptions
Describes decoded Chart3d options preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChart3DOptions
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 Int16 RotationDegrees { get; } #Gets the clockwise rotation, in degrees, around the vertical center line.
public Int16 ElevationDegrees { get; } #Gets the elevation, in degrees, around the horizontal center line.
public Int16 FieldOfViewDegrees { get; } #Gets the 3-D plot area field-of-view angle.
public UInt16 HeightOrThicknessPercent { get; } #Gets the raw height or pie-thickness percentage value.
public Int16 HeightPercent { get; } #Gets the non-pie 3-D plot area height percentage interpretation.
public Int16 DepthPercent { get; } #Gets the 3-D plot area depth percentage.
public UInt16 GapWidthPercent { get; } #Gets the gap width percentage.
public UInt16 Flags { get; } #Gets the raw Chart3d flags.
public Boolean UsesPerspective { get; } #Gets whether the 3-D plot area is rendered with perspective.
public Boolean IsClustered { get; } #Gets whether bar-chart data points are clustered.
public Boolean UsesAutomaticScaling { get; } #Gets whether the 3-D plot area height is automatically determined.
public Boolean IsNotPieChart { get; } #Gets whether the chart group is not a pie chart.
public Boolean UsesTwoDimensionalWalls { get; } #Gets whether chart walls are rendered in 2-D.
public Boolean HasZeroReservedBits { get; } #Gets whether the reserved Chart3d flag bits are zero.
public String ChartGroupShapeName { get; } #Gets the decoded chart group shape state.