IPieSeries<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a pie series.
TDrawingContext | The type of the drawing context. |
Derived:
Properties
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
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
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
Type: Double
Gets or sets the corner radius for every pie slice in the series.
Type: Double
Type: Double
Gets or sets a value indicating whether the direction of the corner radius is inverted.
Type: Boolean
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
Type: Double
Gets or sets the data labels position.
Type: PolarLabelsPosition
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
Type: RadialAlignment
Gets or sets the relative inner radius, it is the extra inner radius for every stacked slice in pixels.
Type: Double
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
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
Type: Boolean