IPieChartView<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a pie chart.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartView<TDrawingContext>
Derived:

Properties

Gets the core.
Type: PieChart<TDrawingContext>
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 total, it is the maximum value a pie slice can represent, when this property is null, the Total property will be calculated automatically based on the series data. Default value is null.
Type: Nullable<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