ClassLineData
Class
Represents line given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class LineData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataLineData
Implements:
Inherited Members
Constructors
LineData()
Declaration
cs-api-definition
public LineData()
Properties
Point1
Gets or sets the start point of the line.
Methods
CalculateLogicalCoordinates()
Calculates logical coordinates.
Declaration
cs-api-definition
protected override void CalculateLogicalCoordinates()
Overrides
GetScreenGeometry(int)
Calculates screen geometry.
UpdateGeoBounds()
Recalculate location of the shape.
Declaration
cs-api-definition
protected override void UpdateGeoBounds()
Overrides