Class LineData
Represents line given in the geographical coordinates.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LineData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Constructors
LineData()
Declaration
public LineData()
Properties
Point1
Gets or sets the start point of the line.
Declaration
public Location Point1 { get; set; }
Property Value
Location
|
Point2
Gets or sets the end point of the line.
Declaration
public Location Point2 { get; set; }
Property Value
Location
|
Methods
CalculateLogicalCoordinates()
Calculates logical coordinates.
Declaration
protected override void CalculateLogicalCoordinates()
Overrides
GetScreenGeometry(Int32)
Calculates screen geometry.
Declaration
protected override string GetScreenGeometry(int zoomLevel)
Parameters
System.Int32
zoomLevel
Zoom level to get screen geometry for. |
Returns
System.String
String representation of the screen geometry. |
Overrides
UpdateGeoBounds()
Recalculate location of the shape.
Declaration
protected override void UpdateGeoBounds()