[]
Represents the three-dimensional features of a chart. When used in conjunction with Use3D, these properties are used to produce 3D effects for Area, Bar, Pie and XYPlot charts.
public class Chart2DView3D : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
Chart2DView3D() |
Name | Description |
---|---|
Depth | Gets or sets the apparent chart depth as a percentage of chart width. |
Elevation | Gets or sets the apparent degree of inclination of the eye-point above the X-axis. |
Rotation | Gets or sets the apparent degree of rotation of the eye-point to the right of the Y-axis. |
Shading | Gets or sets the type of shading applied to 3D areas of the chart. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |