Class
PieSeries

Pie series.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class PieSeries : ChartSeries

Inheritance: objectChartElementChartSeriesPieSeries

Derived Classes: DonutSeries

Inherited Members ChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

PieSeries()

Declaration

cs-api-definition
public PieSeries()

Fields

LegendTitleBindingProperty

Identifies the LegendTitleBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty LegendTitleBindingProperty

Field Value

BindableProperty

RadiusFactorProperty

Identifies the RadiusFactor property.

Declaration

cs-api-definition
public static readonly BindableProperty RadiusFactorProperty

Field Value

BindableProperty

SelectedPointOffsetProperty

Identifies the SelectedPointOffset property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedPointOffsetProperty

Field Value

BindableProperty

ValueBindingProperty

Identifies the ValueBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueBindingProperty

Field Value

BindableProperty

Properties

LegendTitleBinding

Gets or sets the LegendTitleBinding.

Declaration

cs-api-definition
public PropertyNameDataPointBinding LegendTitleBinding { get; set; }

Property Value

PropertyNameDataPointBinding

RadiusFactor

Gets or sets the RadiusFactor.

Declaration

cs-api-definition
public double RadiusFactor { get; set; }

Property Value

double

SelectedPointOffset

Gets or sets the SelectedPointOffset.

Declaration

cs-api-definition
public double SelectedPointOffset { get; set; }

Property Value

double

ValueBinding

Gets or sets the ValueBinding.

Declaration

cs-api-definition
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

cs-api-definition
public override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

Overrides ChartSeries.IsDefaultValue(string)