Interface IProjection
Interface describing the representation model used to project the globe or celestial sphere on a surface
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IProjection
Properties
LatitudeMax
Declaration
double LatitudeMax { get; }
Property Value
System.
|
LatitudeMin
Declaration
double LatitudeMin { get; }
Property Value
System.
|
LongitudeMax
Declaration
double LongitudeMax { get; }
Property Value
System.
|
LongitudeMin
Declaration
double LongitudeMin { get; }
Property Value
System.
|