ClassRadPieChart
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:
cs-api-definition
[TelerikToolboxCategory("Data Visualization")]
public class RadPieChart : RadChartBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseRadChartBaseRadPieChart
Implements:
Inherited Members
Constructors
RadPieChart()
Initializes a new instance of the RadPieChart class.
Declaration
cs-api-definition
public RadPieChart()
Fields
HoverModeProperty
Identifies the HoverMode dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty HoverModeProperty
Field Value
DependencyProperty
Properties
HoverMode
Gets or sets the hover mode.
Declaration
cs-api-definition
public PieChartHoverMode HoverMode { get; set; }
Property Value
Series
Gets all the data points plotted by this chart.
Declaration
cs-api-definition
public PresenterCollection<PieSeries> Series { get; }
Property Value
SmartLabelsStrategy
Gets or sets an object, responsible for positioning the PieSeries labels in a way so that they do not overlap with each other.
Declaration
cs-api-definition
public ChartSmartLabelsStrategyBase SmartLabelsStrategy { get; set; }
Property Value
The smart labels positioning strategy.