Class HeatMapToolTipSettings
A class used to set up the tool tip of the Heat
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class HeatMapToolTipSettings : InheritanceContextPropagator
Constructors
HeatMapToolTipSettings()
Declaration
public HeatMapToolTipSettings()
Fields
HorizontalOffsetProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
System.
|
InitialShowDelayProperty
Identifies the Initial
Declaration
public static readonly DependencyProperty InitialShowDelayProperty
Field Value
System.
|
PlacementProperty
Identifies the Placement dependency property.
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
System.
|
PlacementRectangleProperty
Identifies the Placement
Declaration
public static readonly DependencyProperty PlacementRectangleProperty
Field Value
System.
|
PlacementTargetProperty
Identifies the Placement
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
System.
|
ShowDurationProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
System.
|
ToolTipFormatProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
System.
|
ToolTipTemplateProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
System.
|
VerticalOffsetProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
System.
|
Properties
HorizontalOffset
Gets or sets the offset from the left of the area that is specified for the tooltip by
the Placement
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
InitialShowDelay
Gets or sets the length of time before a tooltip opens.
Declaration
public int InitialShowDelay { get; set; }
Property Value
System.
|
Placement
Gets or sets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries.
Declaration
public PlacementMode Placement { get; set; }
Property Value
System.
|
PlacementRectangle
Gets or sets the rectangular area relative to which the tooltip is positioned.
Declaration
public Rect PlacementRectangle { get; set; }
Property Value
System.
|
PlacementTarget
Gets or sets the object relative to which the tooltip is positioned.
Declaration
public UIElement PlacementTarget { get; set; }
Property Value
System.
|
ShowDuration
Gets or sets a value that determines how long should the tooltip stay visible before disappearing.
Declaration
public int ShowDuration { get; set; }
Property Value
System.
|
ToolTipFormat
Gets or sets the tool tip format string.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.
|
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.
|
VerticalOffset
Gets or sets the distance from the top of the area that is specified for the tooltip by
the Placement
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|