Class HotSpot
Inheritance
System.Object
HotSpot
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HotSpot : DependencyObject
Constructors
HotSpot()
Declaration
public HotSpot()
Fields
CoordinateSystemProperty
Declaration
public static readonly DependencyProperty CoordinateSystemProperty
Field Value
Microsoft.
|
ElementNameProperty
Declaration
public static readonly DependencyProperty ElementNameProperty
Field Value
Microsoft.
|
XProperty
Declaration
public static readonly DependencyProperty XProperty
Field Value
Microsoft.
|
XUnitsProperty
Declaration
public static readonly DependencyProperty XUnitsProperty
Field Value
Microsoft.
|
YProperty
Declaration
public static readonly DependencyProperty YProperty
Field Value
Microsoft.
|
YUnitsProperty
Declaration
public static readonly DependencyProperty YUnitsProperty
Field Value
Microsoft.
|
Properties
CoordinateSystem
Declaration
public HotspotCoordinateSystem CoordinateSystem { get; set; }
Property Value
ElementName
Declaration
public string ElementName { get; set; }
Property Value
System.
|
X
Declaration
public double X { get; set; }
Property Value
System.
|
XUnits
Y
Declaration
public double Y { get; set; }
Property Value
System.
|
YUnits
Methods
Parse(String)
Declaration
public static HotSpot Parse(string source)
Parameters
System.
|