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()
Fields
BorderOpacityProperty
Identifies the BorderOpacity dependency property.
Declaration
public static readonly DependencyProperty BorderOpacityProperty
Field Value
System.Windows.DependencyProperty
|
InnerBorderBrushProperty
Identifies the InnerBorderBrush dependency property.
Declaration
public static readonly DependencyProperty InnerBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
InnerBorderThicknessProperty
Identifies the InnerBorderThickness dependency property.
Declaration
public static readonly DependencyProperty InnerBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
OuterBorderBrushProperty
Identifies the OuterBorderBrush dependency property.
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BorderOpacity
Gets or sets the border opacity.
Declaration
public double BorderOpacity { get; set; }
Property Value
System.Double
The border opacity. |
InnerBorderBrush
Gets or sets the inner border brush.
Declaration
public Brush InnerBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
The inner border brush. |
InnerBorderThickness
Gets or sets the InnerBorderThickness.
Declaration
public Thickness InnerBorderThickness { get; set; }
Property Value
System.Windows.Thickness
InnerBorderThickness. |
OuterBorderBrush
Gets or sets the outer border brush.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
The outer border brush. |