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
Constructors
RadPieChart()
Fields
HoverModeProperty
Identifies the HoverMode dependency property.
Declaration
public static readonly DependencyProperty HoverModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HoverMode
Gets or sets the hover mode.
Declaration
public PieChartHoverMode HoverMode { get; set; }
Property Value
PieChartHoverMode
|
Series
Gets all the data points plotted by this chart.
Declaration
public PresenterCollection<PieSeries> Series { get; }
Property Value
PresenterCollection<PieSeries>
|
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
public ChartSmartLabelsStrategyBase SmartLabelsStrategy { get; set; }
Property Value
ChartSmartLabelsStrategyBase
The smart labels positioning strategy. |