Xceed Chart for WinForms v4.4 Documentation
TooltipFormat Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesInteractivity Class : TooltipFormat Property
Specifies the tootips format.
Syntax
'Declaration
 
<CategoryAttribute("Tooltips")>
<DescriptionAttribute("Specifies the tootips format")>
Public Property TooltipFormat As String
'Usage
 
Dim instance As SeriesInteractivity
Dim value As String
 
instance.TooltipFormat = value
 
value = instance.TooltipFormat
[Category("Tooltips")]
[Description("Specifies the tootips format")]
public string TooltipFormat {get; set;}
Remarks
The format string specified by this property is used if the TooltipFormat property is set to Formatted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SeriesInteractivity Class
SeriesInteractivity Members