C# Class LiveCharts.Wpf.PieChart

The pie chart compares mainly the distribution of the data according to different series.
Inheritance: Chart, IPieChart
Mostra file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
HoverPushOutProperty System.Windows.DependencyProperty
InnerRadiusProperty System.Windows.DependencyProperty
StartingRotationAngleProperty System.Windows.DependencyProperty

Public Methods

Method Description
PieChart ( ) : System

Initializes a new instance of PieChart class

Protected Methods

Method Description
GetTooltipPosition ( ChartPoint senderPoint ) : Point

Gets the tooltip position.

Method Details

GetTooltipPosition() protected method

Gets the tooltip position.
protected GetTooltipPosition ( ChartPoint senderPoint ) : Point
senderPoint ChartPoint The sender point.
return Point

PieChart() public method

Initializes a new instance of PieChart class
public PieChart ( ) : System
return System

Property Details

HoverPushOutProperty public_oe static_oe property

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

InnerRadiusProperty public_oe static_oe property

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

StartingRotationAngleProperty public_oe static_oe property

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