Description
The ChartSettings3D class contains the set of properties specific to three-dimensional charts. To get a ChartSettings3D
object, use Chart.ChartSettings3D.
C#
vb.net
Properties
Name |
Description |
---|---|
Sets or returns the depth of a three-dimensional chart. | |
Sets or returns a perspective value, between 0 and 200 (in half-degrees), that represents the ratio of the chart's front to its back. The perspective value determines the appearance of chart depth. | |
Sets or returns the elevation angle of a three-dimensional chart. | |
Returns a ChartInterior object representing the floor of a three-dimensional chart. | |
Returns a ChartLine object representing the border around the floor of a three-dimensional chart. | |
Sets or returns the height of a three-dimensional chart, as a percentage of the chart's base length. | |
Sets or returns the rotation angle of a three-dimensional chart in degrees. | |
Sets or returns the gap width between categories of series values, as a percentage of the bar of column width. | |
Sets or returns whether Microsoft Excel will automatically scale a three-dimensional chart to be close to the size of its two-dimensional version. | |
Sets or returns whether the axes will be at right angles. If true , DistanceFromEyeToChart will have no effect. |
|
Returns an ChartInterior object representing the walls of a three-dimensional chart. | |
Returns a ChartLine object representing the border around the walls of a three-dimensional chart. |