[]
Represents projection (floor or ceiling) for contour and zones charts.
public class Chart3DProjection : ChartObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| Chart3DProjection() |
| Name | Description |
|---|---|
| IsContoured | Gets or sets a value indicating whether projected contours are to be drawn. If True, projected contours are drawn regardless of the value of the IsContoured property of the Chart3DContour object. |
| IsZoned | Gets or sets a value indicating whether the projected zones are to be drawn. If True, projected contours are drawn regardless of the value of the IsZoned property of the Chart3DContour object. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |