Class PieSeries
Pie series.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class PieSeries : ChartSeries, IParentElement, IChildElement
Constructors
PieSeries()
Declaration
public PieSeries()
Fields
LegendTitleBindingProperty
Declaration
public static readonly BindableProperty LegendTitleBindingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RadiusFactorProperty
Identifies the RadiusFactor property.
Declaration
public static readonly BindableProperty RadiusFactorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedPointOffsetProperty
Identifies the SelectedPointOffset property.
Declaration
public static readonly BindableProperty SelectedPointOffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
public static readonly BindableProperty ValueBindingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
LegendTitleBinding
Gets or sets the LegendTitleBinding.
Declaration
public PropertyNameDataPointBinding LegendTitleBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|
RadiusFactor
Gets or sets the RadiusFactor.
Declaration
public double RadiusFactor { get; set; }
Property Value
System.Double
|
SelectedPointOffset
Gets or sets the SelectedPointOffset.
Declaration
public double SelectedPointOffset { get; set; }
Property Value
System.Double
|
ValueBinding
Gets or sets the ValueBinding.
Declaration
public PropertyNameDataPointBinding ValueBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|
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.
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|