ClassChart3DTooltipBehavior
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
Chart3DTooltipBehavior()
Initializes a new instance of the Chart3DTooltipBehavior class.
Declaration
public Chart3DTooltipBehavior()
Fields
HorizontalOffsetProperty
Identifies the HorizontalOffset dependency property.
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
DependencyProperty
InitialShowDelayProperty
Identifies the InitialShowDelay dependency property.
Declaration
public static readonly DependencyProperty InitialShowDelayProperty
Field Value
DependencyProperty
PlacementProperty
Identifies the Placement dependency property.
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
DependencyProperty
PlacementRectangleProperty
Identifies the PlacementRectangle dependency property.
Declaration
public static readonly DependencyProperty PlacementRectangleProperty
Field Value
DependencyProperty
PlacementTargetProperty
Identifies the PlacementTarget dependency property.
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
DependencyProperty
ShowDurationProperty
Identifies the ShowDuration dependency property.
Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
DependencyProperty
VerticalOffsetProperty
Identifies the VerticalOffset dependency property.
Declaration
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.
InitialShowDelay
Gets or sets the length of time (in milliseconds) before a tooltip opens.
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
PlacementMode
PlacementRectangle
Gets or sets the rectangular area relative to which the tooltip is positioned.
Declaration
public Rect PlacementRectangle { get; set; }
Property Value
Rect
PlacementTarget
Gets or sets the object relative to which the tooltip is positioned.
Declaration
public UIElement PlacementTarget { get; set; }
Property Value
UIElement
ShowDuration
Gets or sets the length of time (in milliseconds) that a tooltip remains open.
VerticalOffset
Gets or sets the distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.