PieLabelFormat Enum
Definition
Specifies the format of pie slice labels.
public enum PieLabelFormat
Fields
| Name | Description |
|---|---|
| Category | Show the category name. |
| CategoryAndPercentage | Show both category and percentage. |
| Percentage | Show the percentage value. |
| Value | Show the actual value. |
Category Field
Show the category name.
public Avalonia.Controls.Charts.PieLabelFormat Category
CategoryAndPercentage Field
Show both category and percentage.
public Avalonia.Controls.Charts.PieLabelFormat CategoryAndPercentage
Percentage Field
Show the percentage value.
public Avalonia.Controls.Charts.PieLabelFormat Percentage
Value Field
Show the actual value.
public Avalonia.Controls.Charts.PieLabelFormat Value