New to Telerik UI for .NET MAUIStart a free 30-day trial

Pie series.

Definition

Constructors

C#
public PieSeries()

Fields

Identifies the LegendTitleBinding property.

C#
public static readonly BindableProperty LegendTitleBindingProperty

RadiusFactorProperty

BindableProperty

Identifies the RadiusFactor property.

C#
public static readonly BindableProperty RadiusFactorProperty

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; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: ChartSeries.IsDefaultValue(string)