skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class PieSeries

Inheritance
System.Object
RadControl
PresenterBase
ChartElementPresenter
ChartSeries
PieSeries
DoughnutSeries
Inherited Members
ChartSeries.IsSelectedProperty
ChartSeries.AllowSelectProperty
ChartSeries.ShowLabelsProperty
ChartSeries.ItemsSourceProperty
ChartSeries.ClipToPlotAreaProperty
ChartSeries.IsSelectedBindingProperty
ChartSeries.PaletteIndexProperty
ChartSeries.HitTest(Rect)
ChartSeries.HitTestDataPoints(Rect)
ChartSeries.HitTestElementsCore(Rect, Boolean, Boolean)
ChartSeries.SelectRectPoints(Rect)
ChartSeries.HitTestDataPointsCore(Rect)
ChartSeries.IChartSeries.OnDataPointIsSelectedChanged(DataPoint)
ChartSeries.GetDataPointLabels(DataPoint)
ChartSeries.ApplyTemplateCore()
ChartSeries.OnTemplateApplied()
ChartSeries.OnAttached()
ChartSeries.OnDetached(RadChartBase)
ChartSeries.IsSelected
ChartSeries.AllowSelect
ChartSeries.PaletteIndex
ChartSeries.LabelDefinitions
ChartSeries.IsSelectedBinding
ChartSeries.ShowLabels
ChartSeries.DisplayName
ChartSeries.ClipToPlotArea
ChartSeries.ItemsSource
ChartSeries.ActualPaletteIndex
ChartSeries.DataBindingComplete
ChartElementPresenter.ZIndex
ChartElementPresenter.Chart
PresenterBase.InfinitySize
PresenterBase.InfinityPoint
PresenterBase.IElementPresenter.MeasureContent(Object, Object)
PresenterBase.RefreshNode(Object)
PresenterBase.InvalidatePalette()
PresenterBase.MeasureNodeOverride(Node, Object)
PresenterBase.RefreshNodeCore(Node)
PresenterBase.CreateContentPresenter(Object, DataTemplate)
PresenterBase.IElementPresenter.IsVisible
PresenterBase.RenderSurface
PresenterBase.Compositor
PresenterBase.ContainerVisualRoot
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class PieSeries : ChartSeries, IChartSeries, IChartElementPresenter, IElementPresenter

Constructors

PieSeries()

Declaration
public PieSeries()

Fields

AngleRangeProperty

Declaration
public static readonly DependencyProperty AngleRangeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DefaultSegmentStyleProperty

Declaration
public static readonly DependencyProperty DefaultSegmentStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HighlightBrushProperty

Declaration
public static readonly DependencyProperty HighlightBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HighlightInnerRadiusFactorProperty

Declaration
public static readonly DependencyProperty HighlightInnerRadiusFactorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsVisibleInLegendBindingProperty

Declaration
public static readonly DependencyProperty IsVisibleInLegendBindingProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LegendTitleBindingProperty

Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

RadiusFactorProperty

Declaration
public static readonly DependencyProperty RadiusFactorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SegmentStyleSelectorProperty

Declaration
public static readonly DependencyProperty SegmentStyleSelectorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectedPointOffsetProperty

Declaration
public static readonly DependencyProperty SelectedPointOffsetProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueBindingProperty

Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AngleRange

Declaration
public AngleRange AngleRange { get; set; }
Property Value
AngleRange

DataPoints

Declaration
public ElementCollection<PieDataPoint> DataPoints { get; }
Property Value
ElementCollection<PieDataPoint>

DefaultSegmentStyle

Declaration
public Style DefaultSegmentStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

HighlightBrush

Declaration
public Brush HighlightBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

HighlightInnerRadiusFactor

Declaration
public double HighlightInnerRadiusFactor { get; set; }
Property Value
System.Double

IsVisibleInLegendBinding

Declaration
public DataPointBinding IsVisibleInLegendBinding { get; set; }
Property Value
DataPointBinding

LegendTitleBinding

Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
DataPointBinding

RadiusFactor

Declaration
public double RadiusFactor { get; set; }
Property Value
System.Double

SegmentStyles

Declaration
public ObservableCollection<Style> SegmentStyles { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<Microsoft.UI.Xaml.Style>

SegmentStyleSelector

Declaration
public StyleSelector SegmentStyleSelector { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.StyleSelector

SelectedPointOffset

Declaration
public double SelectedPointOffset { get; set; }
Property Value
System.Double

ValueBinding

Declaration
public DataPointBinding ValueBinding { get; set; }
Property Value
DataPointBinding

Methods

HitTestDataPointsCore(Rect, Boolean)

Declaration
protected override IEnumerable<DataPoint> HitTestDataPointsCore(Rect touchRect, bool includeAllDataPoints)
Parameters
Windows.Foundation.Rect touchRect

System.Boolean includeAllDataPoints

Returns
System.Collections.Generic.IEnumerable<DataPoint>

Overrides
ChartSeries.HitTestDataPointsCore(Rect, Boolean)

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

Overrides
ChartSeries.OnCreateAutomationPeer()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.