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.UI.Xaml.DependencyProperty
|
ElementNameProperty
Declaration
public static readonly DependencyProperty ElementNameProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
XProperty
Declaration
public static readonly DependencyProperty XProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
XUnitsProperty
Declaration
public static readonly DependencyProperty XUnitsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
YProperty
Declaration
public static readonly DependencyProperty YProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
YUnitsProperty
Declaration
public static readonly DependencyProperty YUnitsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CoordinateSystem
Declaration
public HotspotCoordinateSystem CoordinateSystem { get; set; }
Property Value
|
HotspotCoordinateSystem
|
ElementName
Declaration
public string ElementName { get; set; }
Property Value
|
System.String
|
X
Declaration
public double X { get; set; }
Property Value
|
System.Double
|
XUnits
Y
Declaration
public double Y { get; set; }
Property Value
|
System.Double
|
YUnits
Methods
Parse(String)
Declaration
public static HotSpot Parse(string source)
Parameters
|
System.String
source
|
Returns
|
HotSpot
|