Attaches the tooltip to the specified plot element.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
protected void AttachTooltip(
	DataSeries ds,
	PlotElement ple
)
Visual Basic
Protected Sub AttachTooltip ( _
	ds As DataSeries, _
	ple As PlotElement _
)

See Also