Class RadPieChart
Represents a special chart that visualizes its data points using arc segments.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadPieChart : RadChartBase, IChartElementPresenterWithMargin, IChartView, IChartElementPresenter, IChart, IThemable
Constructors
RadPieChart()
Fields
HoverModeProperty
Identifies the Hover
Declaration
public static readonly DependencyProperty HoverModeProperty
Field Value
System.
|
Properties
HoverMode
Gets or sets the hover mode.
Declaration
public PieChartHoverMode HoverMode { get; set; }
Property Value
Series
Gets all the data points plotted by this chart.
Declaration
public PresenterCollection<PieSeries> Series { get; }
Property Value
SmartLabelsStrategy
Gets or sets an object, responsible for positioning the Pie
Declaration
public ChartSmartLabelsStrategyBase SmartLabelsStrategy { get; set; }
Property Value
Chart The smart labels positioning strategy. |