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