C# Class LiveCharts.Uwp.Points.PieSlice

Inheritance: Windows.UI.Xaml.Shapes.Path
Datei anzeigen Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
InnerRadiusProperty Windows.UI.Xaml.DependencyProperty
PercentageProperty Windows.UI.Xaml.DependencyProperty
PieceValueProperty Windows.UI.Xaml.DependencyProperty
PushOutProperty Windows.UI.Xaml.DependencyProperty
RadiusProperty Windows.UI.Xaml.DependencyProperty
RotationAngleProperty Windows.UI.Xaml.DependencyProperty
WedgeAngleProperty Windows.UI.Xaml.DependencyProperty
XOffsetProperty Windows.UI.Xaml.DependencyProperty
YOffsetProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
PieSlice ( ) : System

Initializes a new instance of the PieSlice class.

Private Methods

Method Description
RenderAffectingPropertyChanged ( DependencyObject obj, DependencyProperty dp ) : void
SetRenderData ( ) : void

Draws the pie piece

Method Details

PieSlice() public method

Initializes a new instance of the PieSlice class.
public PieSlice ( ) : System
return System

Property Details

InnerRadiusProperty public_oe static_oe property

The inner radius property
public static DependencyProperty,Windows.UI.Xaml InnerRadiusProperty
return Windows.UI.Xaml.DependencyProperty

PercentageProperty public_oe static_oe property

The percentage property
public static DependencyProperty,Windows.UI.Xaml PercentageProperty
return Windows.UI.Xaml.DependencyProperty

PieceValueProperty public_oe static_oe property

The piece value property
public static DependencyProperty,Windows.UI.Xaml PieceValueProperty
return Windows.UI.Xaml.DependencyProperty

PushOutProperty public_oe static_oe property

The push out property
public static DependencyProperty,Windows.UI.Xaml PushOutProperty
return Windows.UI.Xaml.DependencyProperty

RadiusProperty public_oe static_oe property

The radius property
public static DependencyProperty,Windows.UI.Xaml RadiusProperty
return Windows.UI.Xaml.DependencyProperty

RotationAngleProperty public_oe static_oe property

The rotation angle property
public static DependencyProperty,Windows.UI.Xaml RotationAngleProperty
return Windows.UI.Xaml.DependencyProperty

WedgeAngleProperty public_oe static_oe property

The wedge angle property
public static DependencyProperty,Windows.UI.Xaml WedgeAngleProperty
return Windows.UI.Xaml.DependencyProperty

XOffsetProperty public_oe static_oe property

The x offset property
public static DependencyProperty,Windows.UI.Xaml XOffsetProperty
return Windows.UI.Xaml.DependencyProperty

YOffsetProperty public_oe static_oe property

The y offset property
public static DependencyProperty,Windows.UI.Xaml YOffsetProperty
return Windows.UI.Xaml.DependencyProperty