Class HotspotCoordinateSystem
Coordinate system which is used to calculate location of the hotspot inside the element.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HotspotCoordinateSystem : Enum
Fields
Kml
The Google KML coordinate system. The point of origin is left-bottom corner of the element. The X is increased from left to right. The Y is increased from bottom to top.
Declaration
public const HotspotCoordinateSystem Kml
Field Value
HotspotCoordinateSystem
|
RadMap
The RadMap coordinate system. The point of origin is left-top corner of the element. The X is increased from left to right. The Y is increased from top to bottom.
Declaration
public const HotspotCoordinateSystem RadMap
Field Value
HotspotCoordinateSystem
|
value__
Declaration
public int value__
Field Value
System.Int32
|