ClassPathData
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:
cs-api-definition
public class PathData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataPathData
Implements:
Inherited Members
Constructors
PathData()
Declaration
cs-api-definition
public PathData()
Properties
Data
Gets or sets a GeometryData that specifies the shape to be drawn.
Methods
CalculateLogicalCoordinates()
Calculates logical coordinates.
Declaration
cs-api-definition
protected override void CalculateLogicalCoordinates()
Overrides
GetScreenGeometry(int)
Calculates screen geometry.
UpdateGeoBounds()
Updates geographic bounds of the shape.
Declaration
cs-api-definition
protected override void UpdateGeoBounds()
Overrides