Class PieSeries
Inherited Members
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.
|
DefaultSegmentStyleProperty
Declaration
public static readonly DependencyProperty DefaultSegmentStyleProperty
Field Value
Microsoft.
|
HighlightBrushProperty
Declaration
public static readonly DependencyProperty HighlightBrushProperty
Field Value
Microsoft.
|
HighlightInnerRadiusFactorProperty
Declaration
public static readonly DependencyProperty HighlightInnerRadiusFactorProperty
Field Value
Microsoft.
|
IsVisibleInLegendBindingProperty
Declaration
public static readonly DependencyProperty IsVisibleInLegendBindingProperty
Field Value
Microsoft.
|
LegendTitleBindingProperty
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
Microsoft.
|
RadiusFactorProperty
Declaration
public static readonly DependencyProperty RadiusFactorProperty
Field Value
Microsoft.
|
SegmentStyleSelectorProperty
Declaration
public static readonly DependencyProperty SegmentStyleSelectorProperty
Field Value
Microsoft.
|
SelectedPointOffsetProperty
Declaration
public static readonly DependencyProperty SelectedPointOffsetProperty
Field Value
Microsoft.
|
ValueBindingProperty
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
Microsoft.
|
Properties
AngleRange
DataPoints
Declaration
public ElementCollection<PieDataPoint> DataPoints { get; }
Property Value
DefaultSegmentStyle
Declaration
public Style DefaultSegmentStyle { get; set; }
Property Value
Microsoft.
|
HighlightBrush
Declaration
public Brush HighlightBrush { get; set; }
Property Value
Microsoft.
|
HighlightInnerRadiusFactor
Declaration
public double HighlightInnerRadiusFactor { get; set; }
Property Value
System.
|
IsVisibleInLegendBinding
Declaration
public DataPointBinding IsVisibleInLegendBinding { get; set; }
Property Value
LegendTitleBinding
Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
RadiusFactor
Declaration
public double RadiusFactor { get; set; }
Property Value
System.
|
SegmentStyles
Declaration
public ObservableCollection<Style> SegmentStyles { get; }
Property Value
System.
|
SegmentStyleSelector
Declaration
public StyleSelector SegmentStyleSelector { get; set; }
Property Value
Microsoft.
|
SelectedPointOffset
Declaration
public double SelectedPointOffset { get; set; }
Property Value
System.
|
ValueBinding
Methods
HitTestDataPointsCore(Rect, Boolean)
Declaration
protected override IEnumerable<DataPoint> HitTestDataPointsCore(Rect touchRect, bool includeAllDataPoints)
Parameters
Windows.
|
System.
|
Returns
System.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|