Helper class for providing specific legend items for pie charts.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public static class PieChartLegendItemsProvider
Inheritance: objectPieChartLegendItemsProvider
Fields
PieChartProperty
DependencyProperty
Registers the PieChart dependency property.
C#
public static readonly DependencyProperty PieChartProperty
Methods
Gets the pie chart.
C#
public static RadPieChart GetPieChart(DependencyObject obj)
Sets the pie chart.
C#
public static void SetPieChart(DependencyObject obj, RadPieChart value)