EllipseData
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:
C#
public class EllipseData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataEllipseData
Implements:
Inherited Members
Constructors
C#
public EllipseData()
Properties
Methods
Calculates logical coordinates.
C#
protected override void CalculateLogicalCoordinates()
Overrides:
Updates geographic bounds of the shape.
C#
protected override void UpdateGeoBounds()
Overrides: