C# Class LiveCharts.Uwp.Points.PieSlice

Inheritance: Windows.UI.Xaml.Shapes.Path
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
PieSlice ( ) : System

Initializes a new instance of the PieSlice class.

Private Methods

Méthode Description
RenderAffectingPropertyChanged ( DependencyObject obj, DependencyProperty dp ) : void
SetRenderData ( ) : void

Draws the pie piece

Method Details

PieSlice() public méthode

Initializes a new instance of the PieSlice class.
public PieSlice ( ) : System
Résultat System

Property Details

InnerRadiusProperty public_oe static_oe property

The inner radius property
public static DependencyProperty,Windows.UI.Xaml InnerRadiusProperty
Résultat Windows.UI.Xaml.DependencyProperty

PercentageProperty public_oe static_oe property

The percentage property
public static DependencyProperty,Windows.UI.Xaml PercentageProperty
Résultat Windows.UI.Xaml.DependencyProperty

PieceValueProperty public_oe static_oe property

The piece value property
public static DependencyProperty,Windows.UI.Xaml PieceValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

PushOutProperty public_oe static_oe property

The push out property
public static DependencyProperty,Windows.UI.Xaml PushOutProperty
Résultat Windows.UI.Xaml.DependencyProperty

RadiusProperty public_oe static_oe property

The radius property
public static DependencyProperty,Windows.UI.Xaml RadiusProperty
Résultat Windows.UI.Xaml.DependencyProperty

RotationAngleProperty public_oe static_oe property

The rotation angle property
public static DependencyProperty,Windows.UI.Xaml RotationAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty

WedgeAngleProperty public_oe static_oe property

The wedge angle property
public static DependencyProperty,Windows.UI.Xaml WedgeAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty

XOffsetProperty public_oe static_oe property

The x offset property
public static DependencyProperty,Windows.UI.Xaml XOffsetProperty
Résultat Windows.UI.Xaml.DependencyProperty

YOffsetProperty public_oe static_oe property

The y offset property
public static DependencyProperty,Windows.UI.Xaml YOffsetProperty
Résultat Windows.UI.Xaml.DependencyProperty