Sets the value of the SeriesLabelTemplate attached property for the specified chart.

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

Syntax

C#
public static void SetSeriesLabelTemplate(
	C1Chart chart,
	DataTemplate value
)
Visual Basic
Public Shared Sub SetSeriesLabelTemplate ( _
	chart As C1Chart, _
	value As DataTemplate _
)

Parameters

chart
Type: C1.Phone.Chart..::..C1Chart
value
Type: System.Windows..::..DataTemplate

See Also