Skip to main content

PieLabelFormat Enum

Definition

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

Specifies the format of pie slice labels.

public enum PieLabelFormat

Inheritance: Enum -> PieLabelFormat

Fields

NameDescription
CategoryShow the category name.
CategoryAndPercentageShow both category and percentage.
PercentageShow the percentage value.
ValueShow 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