ActiveReports 12
Projection Constructor(ProjectionType,Single,Single)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > Projection Class > Projection Constructor : Projection Constructor(ProjectionType,Single,Single)
Specifies the type of projection.
Specifies the world origin offset by the X axis. For use with orthogonal projection only.
Specifies the world origin offset by the Y axis. For use with orthogonal projection only.
Initializes a new instance of the Projection class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal projectionType As ProjectionType, _
   ByVal projectionDX As Single, _
   ByVal projectionDY As Single _
)
public Projection( 
   ProjectionType projectionType,
   float projectionDX,
   float projectionDY
)

Parameters

projectionType
Specifies the type of projection.
projectionDX
Specifies the world origin offset by the X axis. For use with orthogonal projection only.
projectionDY
Specifies the world origin offset by the Y axis. For use with orthogonal projection only.
See Also

Reference

Projection Class
Projection Members
Overload List