Class PieSeries
Inheritance
System.Object
PieSeries
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PieSeries : ChartSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
Fields
Declaration
public static readonly DependencyProperty AngleRangeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DefaultSegmentStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty HighlightBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty HighlightInnerRadiusFactorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsVisibleInLegendBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RadiusFactorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SegmentStyleSelectorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectedPointOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public AngleRange AngleRange { get; set; }
Property Value
Declaration
public ElementCollection<PieDataPoint> DataPoints { get; }
Property Value
Declaration
public Style DefaultSegmentStyle { get; set; }
Property Value
Declaration
public Brush HighlightBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double HighlightInnerRadiusFactor { get; set; }
Property Value
Declaration
public DataPointBinding IsVisibleInLegendBinding { get; set; }
Property Value
Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
Declaration
public double RadiusFactor { get; set; }
Property Value
Declaration
public ObservableCollection<Style> SegmentStyles { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<Microsoft.UI.Xaml.Style>
|
Declaration
public StyleSelector SegmentStyleSelector { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.StyleSelector
|
Declaration
public double SelectedPointOffset { get; set; }
Property Value
Declaration
public DataPointBinding ValueBinding { get; set; }
Property Value
Methods
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
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods