RadPieChart
Class
Represents a special chart that visualizes its data points using arc segments.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
[TelerikToolboxCategory("Data Visualization")]
public class RadPieChart : RadChartBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseRadChartBaseRadPieChart
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadPieChart class.
C#
public RadPieChart()
Fields
HoverModeProperty
DependencyProperty
Identifies the HoverMode dependency property.
C#
public static readonly DependencyProperty HoverModeProperty
Properties
Gets or sets the hover mode.
C#
public PieChartHoverMode HoverMode { get; set; }
Gets all the data points plotted by this chart.
C#
public PresenterCollection<PieSeries> Series { get; }
Gets or sets an object, responsible for positioning the PieSeries labels in a way so that they do not overlap with each other.
C#
public ChartSmartLabelsStrategyBase SmartLabelsStrategy { get; set; }
The smart labels positioning strategy.