ClassPolylineData
Class
Represents polyline data in geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class PolylineData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataPolylineData
Derived Classes:
Implements:
Inherited Members
Constructors
PolylineData()
Declaration
cs-api-definition
public PolylineData()
Properties
FillRule
Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined.
Declaration
cs-api-definition
public FillRule FillRule { get; set; }
Property Value
FillRule
Points
Gets or sets points collection.
Declaration
cs-api-definition
public LocationCollection Points { get; set; }
Property Value
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