MindFusion.Reporting for Silverlight Programmer's Guide
PieChart.TooltipFormat Property
See Also
 





Gets or sets the format of the displayed tooltip. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public string TooltipFormat { get; set; }

Visual Basic  Copy Code

Public Property TooltipFormat As String

 Property Value

 Remarks

The TooltipFormat is passed as a formatting argument to a string.Format call where {0} is a placeholder for the member's title and {1} is a placeholder for the member's value.

 See Also

PieChart Members
PieChart Class
MindFusion.Reporting.Silverlight Namespace