[]
Geometric projection settings class
[TypeConverter(typeof(Projection.Converter))]
public sealed class Projection : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| Projection() | Initializes new instance of the Projection class with the default settings. |
| Projection(ProjectionType, float, float) | Initializes new instance of the Projection class. |
| Projection(ProjectionType, float, float, float, float) | Initializes new instance of the Projection class. |
| Projection(ProjectionType, float, float, float, float, float) | Initializes new instance of the Projection class. |
| Projection(string) | For internal use only. |
| Projection(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| HorizontalRotation | Determines horizontal rotation of chart box (in degrees) |
| IsDirty | This member overrides . Always false.
|
| PerspectiveRatioPct | Determines perspective ratio (0-100%). |
| ProjectionDX | Gets or sets world origin offset by x axis. For use for orthogonal projection only. |
| ProjectionDY | Gets or sets world origin offset by y axis. For use for orthogonal projection only. |
| ProjectionType | Gets or sets projection type |
| VerticalRotation | Determines horizontal rotation of chart box (in degrees) |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Serves as the default hash function. |