MindFusion.Wpf Pack Programmer's Guide
RealTimeChart.FallbackTooltipBackground Property
See Also
 





Gets or sets the tooltip background brush.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public Brush FallbackTooltipBackground { get; set; }

Visual Basic  Copy Code

Public Property FallbackTooltipBackground As Brush

 Property Value

An instance of the System.Windows.Media.Brush class. The default value is Brushes.White.

 Remarks

Set ShowFallbackTooltip to true if you want to show the tool tip.

 See Also

RealTimeChart Members
RealTimeChart Class
MindFusion.RealTimeCharting.Wpf Namespace