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:
public class Chart3DTooltipBehavior : Chart3DBehavior
Inheritance: objectInheritanceContextPropagatorChart3DBehaviorChart3DTooltipBehavior
Inherited Members
Constructors
Initializes a new instance of the Chart3DTooltipBehavior class.
public Chart3DTooltipBehavior()
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
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 (in milliseconds) 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 the length of time (in milliseconds) that a tooltip remains open.
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.
public double VerticalOffset { get; set; }