New to Telerik UI for WPFStart a free 30-day trial

A behavior that shows a tooltip containing information about the data point under the mouse.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class Chart3DTooltipBehavior : Chart3DBehavior

Inheritance: objectInheritanceContextPropagatorChart3DBehaviorChart3DTooltipBehavior

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

Constructors

Initializes a new instance of the Chart3DTooltipBehavior class.

C#
public Chart3DTooltipBehavior()

Fields

HorizontalOffsetProperty

DependencyProperty

Identifies the HorizontalOffset dependency property.

C#
public static readonly DependencyProperty HorizontalOffsetProperty

InitialShowDelayProperty

DependencyProperty

Identifies the InitialShowDelay dependency property.

C#
public static readonly DependencyProperty InitialShowDelayProperty

PlacementProperty

DependencyProperty

Identifies the Placement dependency property.

C#
public static readonly DependencyProperty PlacementProperty

PlacementRectangleProperty

DependencyProperty

Identifies the PlacementRectangle dependency property.

C#
public static readonly DependencyProperty PlacementRectangleProperty

PlacementTargetProperty

DependencyProperty

Identifies the PlacementTarget dependency property.

C#
public static readonly DependencyProperty PlacementTargetProperty

ShowDurationProperty

DependencyProperty

Identifies the ShowDuration dependency property.

C#
public static readonly DependencyProperty ShowDurationProperty

VerticalOffsetProperty

DependencyProperty

Identifies the VerticalOffset dependency property.

C#
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.

C#
public double HorizontalOffset { get; set; }

Gets or sets the length of time (in milliseconds) before a tooltip opens.

C#
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.

C#
public PlacementMode Placement { get; set; }

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

C#
public Rect PlacementRectangle { get; set; }

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

C#
public UIElement PlacementTarget { get; set; }

Gets or sets the length of time (in milliseconds) that a tooltip remains open.

C#
public int ShowDuration { 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.

C#
public double VerticalOffset { get; set; }