IPieChartView
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a pie chart.

Implements:
Derived:

Properties

Gets the core.
Type: PieChartEngine
Gets or sets the series.
Type: IEnumerable<ISeries>
Gets or sets the initial rotation in degrees, this angle specifies where the first pie slice will be drawn, then the remaining slices will stack according to its corresponding position.
Type: Double
Gets or sets the maximum angle in degrees, default is 360.
Type: Double
Gets or sets the minimum valu, normally used in gauges to set the minimum value a pie slice can represent, default is 0.
Type: Double
Gets or sets the end value, normally used in gauges to set the maximum value a pie slice can represent, default is null, and means the pie chart total sum.
Type: Nullable<Double>
Gets or sets a value indicating whether the pie slices will be drawn clockwise, default is true.
Type: Boolean