C# Class LiveCharts.Wpf.Points.PieSlice

Inheritance: System.Windows.Shapes.Shape
Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
CentreXProperty System.Windows.DependencyProperty
CentreYProperty System.Windows.DependencyProperty
InnerRadiusProperty System.Windows.DependencyProperty
PercentageProperty System.Windows.DependencyProperty
PieceValueProperty System.Windows.DependencyProperty
PushOutProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
RotationAngleProperty System.Windows.DependencyProperty
WedgeAngleProperty System.Windows.DependencyProperty

Private Methods

Method Description
DrawGeometry ( System.Windows.Media.StreamGeometryContext context ) : void

Draws the pie piece

Property Details

CentreXProperty public static property

The centre x property
public static DependencyProperty,System.Windows CentreXProperty
return System.Windows.DependencyProperty

CentreYProperty public static property

The centre y property
public static DependencyProperty,System.Windows CentreYProperty
return System.Windows.DependencyProperty

InnerRadiusProperty public static property

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

PercentageProperty public static property

The percentage property
public static DependencyProperty,System.Windows PercentageProperty
return System.Windows.DependencyProperty

PieceValueProperty public static property

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

PushOutProperty public static property

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

RadiusProperty public static property

The radius property
public static DependencyProperty,System.Windows RadiusProperty
return System.Windows.DependencyProperty

RotationAngleProperty public static property

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

WedgeAngleProperty public static property

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