PolylineData
Class
Represents polyline data in geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PolylineData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataPolylineData
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public PolylineData()
Properties
FillRule
FillRule
Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined.
C#
public FillRule FillRule { get; set; }
Gets or sets points collection.
C#
public LocationCollection Points { get; set; }
Methods
Calculates logical coordinates.
C#
protected override void CalculateLogicalCoordinates()
Overrides:
Updates geographic bounds of the shape.
C#
protected override void UpdateGeoBounds()
Overrides: