Class PathData
PathData.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PathData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Constructors
PathData()
Declaration
public PathData()
Properties
Data
Gets or sets a GeometryData that specifies the shape to be drawn.
Declaration
public GeometryData Data { get; set; }
Property Value
GeometryData
|
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()
Updates geographic bounds of the shape.
Declaration
protected override void UpdateGeoBounds()