ClassPieSeries
Pie series.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class PieSeries : ChartSeries
Inheritance: objectChartElementChartSeriesPieSeries
Derived Classes:
Inherited Members
Constructors
PieSeries()
Declaration
public PieSeries()
Fields
LegendTitleBindingProperty
Identifies the LegendTitleBinding property.
Declaration
public static readonly BindableProperty LegendTitleBindingProperty
Field Value
BindableProperty
RadiusFactorProperty
Identifies the RadiusFactor property.
Declaration
public static readonly BindableProperty RadiusFactorProperty
Field Value
BindableProperty
SelectedPointOffsetProperty
Identifies the SelectedPointOffset property.
Declaration
public static readonly BindableProperty SelectedPointOffsetProperty
Field Value
BindableProperty
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
public static readonly BindableProperty ValueBindingProperty
Field Value
BindableProperty
Properties
LegendTitleBinding
Gets or sets the LegendTitleBinding.
Declaration
public PropertyNameDataPointBinding LegendTitleBinding { get; set; }
Property Value
RadiusFactor
Gets or sets the RadiusFactor.
SelectedPointOffset
Gets or sets the SelectedPointOffset.
ValueBinding
Gets or sets the ValueBinding.
Declaration
public PropertyNameDataPointBinding ValueBinding { get; set; }
Property Value
Methods
IsDefaultValue(string)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.