[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Projection.-ctor

Projection Constructor

Projection()

Initializes new instance of the Projection class with the default settings.

Declaration
public Projection()

Projection(ProjectionType, float, float)

Initializes new instance of the Projection class.

Declaration
public Projection(ProjectionType projectionType, float projectionDX, float projectionDY)
Parameters
Type Name Description
ProjectionType projectionType

Specifies projection type

float projectionDX

For use for orthogonal projection only

float projectionDY

For use for orthogonal projection only

Projection(ProjectionType, float, float, float, float)

Initializes new instance of the Projection class.

Declaration
public Projection(ProjectionType projectionType, float projectionDX, float projectionDY, float horizontalRotation, float verticalRotation)
Parameters
Type Name Description
ProjectionType projectionType

Specifies projection type

float projectionDX

For use for orthogonal projection only

float projectionDY

For use for orthogonal projection only

float horizontalRotation
float verticalRotation

Projection(ProjectionType, float, float, float, float, float)

Initializes new instance of the Projection class.

Declaration
public Projection(ProjectionType projectionType, float projectionDX, float projectionDY, float horizontalRotation, float verticalRotation, float perspectiveRatio)
Parameters
Type Name Description
ProjectionType projectionType

Specifies projection type

float projectionDX

For use for orthogonal projection only

float projectionDY

For use for orthogonal projection only

float horizontalRotation
float verticalRotation
float perspectiveRatio

Projection(string)

For internal use only.

Declaration
public Projection(string xml)
Parameters
Type Name Description
string xml

Projection(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public Projection(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context