Class ToolTipInfo
Represents the chart series ToolTip style customization
Inheritance
System.Object
ToolTipInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class ToolTipInfo : Object, INotifyPropertyChanged
Constructors
ToolTipInfo()
Declaration
public ToolTipInfo()
Properties
ForeColor
Gets or sets tooltip text color.
Declaration
public Brush ForeColor { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Interior
Gets or sets tooltip interior.
Declaration
public Brush Interior { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Item
Gets or sets actual data of the tooltip segment.
Declaration
public object Item { get; set; }
Property Value
Type |
---|
System.Object |
PolygonPoints
Gets or sets the polygon points for draw the tooltip path.
Declaration
public PointCollection PolygonPoints { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.PointCollection |
Reactance
Gets or sets the reactance value.
Declaration
public double Reactance { get; set; }
Property Value
Type |
---|
System.Double |
Resistance
Gets or sets resistance value.
Declaration
public double Resistance { get; set; }
Property Value
Type |
---|
System.Double |
ToolTipMargin
Gets or sets Margin to ToolTip path for it's different position.
Declaration
public Thickness ToolTipMargin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
Events
PropertyChanged
Occurs when binding property values are changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged