IPieSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a pie series.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
IStrokedAndFilled<TDrawingContext>
Derived:
PieSeries<TModel, TVisual, TLabel, TMiniatureGeometry, TDrawingContext>
PieSeries<TModel>
PieSeries<TModel, TVisual>
PieSeries<TModel, TVisual, TLabel>

Properties

Gets or sets the push out, it is the distance in pixels between the center of the control and the pie slice.
Type: Double
Gets or sets the inner radius of the slice in pixels, in most cases the MaxRadialColumnWidth is preferred, because it is more flexible on different chart sizes.
Type: Double
Gets or sets the outer radius offset, it is the distance from the maximum radius available to the end of the slice [in pixels].
Type: Double
Gets or sets the maximum outer radius, the value goes from 0 to 1, where 1 is the full available radius and 0 is none.
Type: Double
Gets or sets the hover push out in pixes, it defines the Pushout where the pointer is over the slice.
Type: Double
Gets or sets the corner radius for every pie slice in the series.
Type: Double
Gets or sets a value indicating whether the direction of the corner radius is inverted.
Type: Boolean
Gets or sets the maximum width of the radial column, if the width of the radial column slice exceeds this dimension the radial column width will be capped to the value of this property, default value is double.MaxValue.
Type: Double
Gets or sets the data labels position.
Type: PolarLabelsPosition
Gets or sets the radial align, this property determines the alignment of the pie slice only when the width of the column exceeds MaxRadialColumnWidth.
Type: RadialAlignment
Gets or sets the relative inner radius, it is the extra inner radius for every stacked slice in pixels.
Type: Double
Gets or sets the relative outer radius, it is the decrement in the outer radius for every stacked slice in pixels.
Type: Double
Gets or sets a value indicating whether this instance is a fill series, a fill series is a dummy series that will create a 360 degrees pie slice, this series is normally used to set a background for pie charts, specially useful o create gauges.
Type: Boolean
Gets or sets a value indicating whether the values in this series are relative to the MinValue property in the chart.
Type: Boolean

Methods

// Gets the series bounds.
PieChart<TDrawingContext> chart// The chart.
)