ClassEllipseData
Class
Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the degrees.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class EllipseData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataEllipseData
Implements:
Inherited Members
Constructors
EllipseData()
Declaration
cs-api-definition
public EllipseData()
Properties
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