Interface IExtent
Represents the extent of the Map report item.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IExtent
Properties
LatitudeMax
Gets or sets the maximum latitude coordinate of the extent.
Declaration
double LatitudeMax { get; set; }
Property Value
System.Double
|
LatitudeMin
Gets or sets the minimum latitude coordinate of the extent.
Declaration
double LatitudeMin { get; set; }
Property Value
System.Double
|
LongitudeMax
Gets or sets the maximum longitude coordinate of the extent.
Declaration
double LongitudeMax { get; set; }
Property Value
System.Double
|
LongitudeMin
Gets or sets the minimum longitude coordinate of the extent.
Declaration
double LongitudeMin { get; set; }
Property Value
System.Double
|