ClassHotSpot
Represents definition of the hot spot of the geographically positioned framework element. The hot spot is the point inside (or outside) of the framework element which should be bound to the geographic location.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TypeConverter(typeof(HotSpotConverter))]
public class HotSpot : DependencyObject
Inheritance: objectHotSpot
Constructors
HotSpot()
Initializes a new instance of the HotSpot class.
Declaration
public HotSpot()
Fields
CoordinateSystemProperty
Identifies the CoordinateSystem dependency property.
Declaration
public static readonly DependencyProperty CoordinateSystemProperty
Field Value
DependencyProperty
ElementNameProperty
Identifies the ElementName dependency property.
Declaration
public static readonly DependencyProperty ElementNameProperty
Field Value
DependencyProperty
XProperty
Identifies the X dependency property.
Declaration
public static readonly DependencyProperty XProperty
Field Value
DependencyProperty
XUnitsProperty
Identifies the XUnits dependency property.
Declaration
public static readonly DependencyProperty XUnitsProperty
Field Value
DependencyProperty
YProperty
Identifies the Y dependency property.
Declaration
public static readonly DependencyProperty YProperty
Field Value
DependencyProperty
YUnitsProperty
Identifies the YUnits dependency property.
Declaration
public static readonly DependencyProperty YUnitsProperty
Field Value
DependencyProperty
Properties
CoordinateSystem
Gets or sets coordinate system.
Declaration
public HotspotCoordinateSystem CoordinateSystem { get; set; }
Property Value
ElementName
Gets or sets name of the child element which is hot spot of the framework element.
X
Gets or sets X value.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "X")]
public double X { get; set; }
Property Value
XUnits
Gets or sets XUnits value.
Y
Gets or sets Y value.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Y")]
public double Y { get; set; }
Property Value
YUnits
Gets or sets YUnits value.
Methods
Parse(string)
Converts a String representation of a hot spot into the equivalent HotSpot object.