PieSeries
Class
Pie series.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class PieSeries : ChartSeries
Inheritance: objectChartElementChartSeriesPieSeries
Derived Classes:
Inherited Members
Constructors
C#
public PieSeries()
Fields
LegendTitleBindingProperty
BindableProperty
Identifies the LegendTitleBinding property.
C#
public static readonly BindableProperty LegendTitleBindingProperty
RadiusFactorProperty
BindableProperty
Identifies the RadiusFactor property.
C#
public static readonly BindableProperty RadiusFactorProperty
SelectedPointOffsetProperty
BindableProperty
Identifies the SelectedPointOffset property.
C#
public static readonly BindableProperty SelectedPointOffsetProperty
ValueBindingProperty
BindableProperty
Identifies the ValueBinding property.
C#
public static readonly BindableProperty ValueBindingProperty
Properties
Gets or sets the LegendTitleBinding.
C#
public PropertyNameDataPointBinding LegendTitleBinding { get; set; }
Gets or sets the RadiusFactor.
C#
public double RadiusFactor { get; set; }
Gets or sets the SelectedPointOffset.
C#
public double SelectedPointOffset { get; set; }
Gets or sets the ValueBinding.
C#
public PropertyNameDataPointBinding ValueBinding { get; set; }