PathData
Class
Represents a map shape defined by geometric data, providing functionality for calculating logical coordinates, updating geographic bounds, and generating screen geometry.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PathData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataPathData
Implements:
Inherited Members
Constructors
C#
public PathData()
Properties
Gets or sets a GeometryData that specifies the shape to be drawn.
C#
public GeometryData Data { get; set; }
Methods
Calculates logical coordinates.
C#
protected override void CalculateLogicalCoordinates()
Overrides:
Updates geographic bounds of the shape.
C#
protected override void UpdateGeoBounds()
Overrides: