ActiveReports Developer 7
Projection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : Projection Class

Glossary Item Box

The following tables list the members exposed by Projection.

Public Constructors

 NameDescription
Public ConstructorProjection ConstructorOverloaded. Initializes a new instance of the Projection class.  
Top

Public Properties

 NameDescription
Public PropertyHorizontalRotationGets or sets the horizontal rotation from which the chart is viewed.  
Public PropertyPerspectiveRatioPctGets or sets the perspective ratio (0-100%) if the ProjectionType property is set to Perspective.  
Public PropertyProjectionDXGets or sets the world origin offset by the X axis. For use with orthogonal projection only.  
Public PropertyProjectionDYGets or sets the world origin offset by the Y axis. For use with orthogonal projection only.  
Public PropertyProjectionTypeGets or sets the type of projection.  
Public PropertyVerticalRotationGets or sets the vertical rotation from which the chart is viewed.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Projection object.  
Public MethodEqualsCompares the Projection object with another System.Object, and checks whether they both are equal.  
Public MethodGetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Top

See Also