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