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.
|
RadiusFactorProperty
Identifies the Radius
Declaration
public static readonly BindableProperty RadiusFactorProperty
Field Value
Microsoft.
|
SelectedPointOffsetProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedPointOffsetProperty
Field Value
Microsoft.
|
ValueBindingProperty
Identifies the Value
Declaration
public static readonly BindableProperty ValueBindingProperty
Field Value
Microsoft.
|
Properties
LegendTitleBinding
Gets or sets the LegendTitleBinding.
Declaration
public PropertyNameDataPointBinding LegendTitleBinding { get; set; }
Property Value
RadiusFactor
Gets or sets the RadiusFactor.
Declaration
public double RadiusFactor { get; set; }
Property Value
System.
|
SelectedPointOffset
Gets or sets the SelectedPointOffset.
Declaration
public double SelectedPointOffset { get; set; }
Property Value
System.
|
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.
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.
|
Returns
System.
|