Skip to main content

PieLabelPosition Enum

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Specifies the position of pie slice labels.

public enum PieLabelPosition

Inheritance: Enum -> PieLabelPosition

Fields

NameDescription
InsideLabels are drawn inside the slices.
OutsideLabels are drawn outside the slices.

Inside Field

Labels are drawn inside the slices.

public Avalonia.Controls.Charts.PieLabelPosition Inside

Outside Field

Labels are drawn outside the slices.

public Avalonia.Controls.Charts.PieLabelPosition Outside