Class ItemToolTip2D
Represents the series item tooltip in 2D.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ItemToolTip2D : ContentControl, ILogicalItem
Constructors
ItemToolTip2D()
Declaration
public ItemToolTip2D()
Fields
BorderOpacityProperty
Identifies the Border
Declaration
public static readonly DependencyProperty BorderOpacityProperty
Field Value
System.
|
InnerBorderBrushProperty
Identifies the Inner
Declaration
public static readonly DependencyProperty InnerBorderBrushProperty
Field Value
System.
|
InnerBorderThicknessProperty
Identifies the Inner
Declaration
public static readonly DependencyProperty InnerBorderThicknessProperty
Field Value
System.
|
OuterBorderBrushProperty
Identifies the Outer
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
System.
|
Properties
BorderOpacity
Gets or sets the border opacity.
Declaration
public double BorderOpacity { get; set; }
Property Value
System. The border opacity. |
InnerBorderBrush
Gets or sets the inner border brush.
Declaration
public Brush InnerBorderBrush { get; set; }
Property Value
System. The inner border brush. |
InnerBorderThickness
Gets or sets the InnerBorderThickness.
Declaration
public Thickness InnerBorderThickness { get; set; }
Property Value
System. InnerBorderThickness. |
OuterBorderBrush
Gets or sets the outer border brush.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
System. The outer border brush. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |