[]
Represents properties controlling the appearance of different chart types.
public class Chart3DElevation : ChartObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| DepthCur | Gets or sets a value indicating whether a scatter chart's point sizes are dependant upon their distance from the eye. |
| DropLines | Gets or sets a value indicating whether a scatter chart's points should have drop lines. |
| IsMeshed | Gets or sets a value indicating whether surface charts are meshed, or whether bars in bar charts are outlined. |
| IsShaded | Gets or sets a value indicating whether surface or bar charts use shading. |
| MeshBottomColor | Gets or sets the bottom color of a mesh. |
| MeshTopColor | Gets or sets the top color of the mesh. |
| ShadedBottomColor | Gets or sets the bottom color of the shaded surface. |
| ShadedTopColor | Gets or sets the top color of a shaded surface. |
| Transparency | Gets or sets the transparency of chart data, from 0 (transparent) to 255 (opaque). Used only for non-contoured and non-zoned charts. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |