HotSpot
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
Initializes a new instance of the HotSpot class.
public HotSpot()
Fields
CoordinateSystemProperty
DependencyProperty
Identifies the CoordinateSystem dependency property.
public static readonly DependencyProperty CoordinateSystemProperty
ElementNameProperty
DependencyProperty
Identifies the ElementName dependency property.
public static readonly DependencyProperty ElementNameProperty
XProperty
DependencyProperty
Identifies the X dependency property.
public static readonly DependencyProperty XProperty
XUnitsProperty
DependencyProperty
Identifies the XUnits dependency property.
public static readonly DependencyProperty XUnitsProperty
YProperty
DependencyProperty
Identifies the Y dependency property.
public static readonly DependencyProperty YProperty
YUnitsProperty
DependencyProperty
Identifies the YUnits dependency property.
public static readonly DependencyProperty YUnitsProperty
Properties
Gets or sets coordinate system.
public HotspotCoordinateSystem CoordinateSystem { get; set; }
Gets or sets name of the child element which is hot spot of the framework element.
public string ElementName { get; set; }
Gets or sets XUnits value.
public HotSpotUnit XUnits { get; set; }
Gets or sets YUnits value.
public HotSpotUnit YUnits { get; set; }