Class
HeatMapToolTipSettings

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:

cs-api-definition
public class HeatMapToolTipSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapToolTipSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

HeatMapToolTipSettings()

Declaration

cs-api-definition
public HeatMapToolTipSettings()

Fields

HorizontalOffsetProperty

Identifies the HorizontalOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalOffsetProperty

Field Value

DependencyProperty

InitialShowDelayProperty

Identifies the InitialShowDelay dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InitialShowDelayProperty

Field Value

DependencyProperty

PlacementProperty

Identifies the Placement dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PlacementProperty

Field Value

DependencyProperty

PlacementRectangleProperty

Identifies the PlacementRectangle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PlacementRectangleProperty

Field Value

DependencyProperty

PlacementTargetProperty

Identifies the PlacementTarget dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PlacementTargetProperty

Field Value

DependencyProperty

ShowDurationProperty

Identifies the ShowDuration dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowDurationProperty

Field Value

DependencyProperty

ToolTipFormatProperty

Identifies the ToolTipFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipFormatProperty

Field Value

DependencyProperty

ToolTipTemplateProperty

Identifies the ToolTipTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipTemplateProperty

Field Value

DependencyProperty

VerticalOffsetProperty

Identifies the VerticalOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VerticalOffsetProperty

Field Value

DependencyProperty

Properties

HorizontalOffset

Gets or sets the offset from the left of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.

Declaration

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

InitialShowDelay

Gets or sets the length of time before a tooltip opens.

Declaration

cs-api-definition
public int InitialShowDelay { get; set; }

Property Value

int

Placement

Gets or sets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries.

Declaration

cs-api-definition
public PlacementMode Placement { get; set; }

Property Value

PlacementMode

PlacementRectangle

Gets or sets the rectangular area relative to which the tooltip is positioned.

Declaration

cs-api-definition
public Rect PlacementRectangle { get; set; }

Property Value

Rect

PlacementTarget

Gets or sets the object relative to which the tooltip is positioned.

Declaration

cs-api-definition
public UIElement PlacementTarget { get; set; }

Property Value

UIElement

ShowDuration

Gets or sets a value that determines how long should the tooltip stay visible before disappearing.

Declaration

cs-api-definition
public int ShowDuration { get; set; }

Property Value

int

ToolTipFormat

Gets or sets the tool tip format string.

Declaration

cs-api-definition
public string ToolTipFormat { get; set; }

Property Value

string

ToolTipTemplate

Gets or sets the tool tip template.

Declaration

cs-api-definition
public DataTemplate ToolTipTemplate { get; set; }

Property Value

DataTemplate

VerticalOffset

Gets or sets the distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.

Declaration

cs-api-definition
public double VerticalOffset { get; set; }

Property Value

double