Gets 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 DataTemplate GetSeriesLabelTemplate(
	C1Chart chart
)
Visual Basic
Public Shared Function GetSeriesLabelTemplate ( _
	chart As C1Chart _
) As DataTemplate

Parameters

chart
Type: C1.Phone.Chart..::..C1Chart

Return Value

See Also