Class PieChartLegendItemsProvider
Helper class for providing specific legend items for pie charts.
Inheritance
System.Object
PieChartLegendItemsProvider
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public static class PieChartLegendItemsProvider : Object
Fields
PieChartProperty
Registers the PieChart dependency property.
Declaration
public static readonly DependencyProperty PieChartProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetPieChart(DependencyObject)
Gets the pie chart.
Declaration
public static RadPieChart GetPieChart(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
RadPieChart
|
SetPieChart(DependencyObject, RadPieChart)
Sets the pie chart.
Declaration
public static void SetPieChart(DependencyObject obj, RadPieChart value)
Parameters
System.Windows.DependencyObject
obj
|
RadPieChart
value
|