Skip to content

RadialLabelPositioner.SliceLabel

StructChartGuruChartGuru
public struct RadialLabelPositioner.SliceLabel

Data for a pie slice label.

public float StartAngle

Start angle of the slice in degrees.

Returns

System.Single

public float SweepAngle

Sweep angle of the slice in degrees.

Returns

System.Single

public string Text

Label text.

Returns

System.String

public float Value

Data value for the slice.

Returns

System.Single

public float Percent

Percentage of total.

Returns

System.Single

public float LabelWidth

Estimated label width.

Returns

System.Single

public float LabelHeight

Estimated label height.

Returns

System.Single

public int Index

Index of the slice.

Returns

System.Int32

public float MidAngle { get; }

Gets the midpoint angle of the slice.

Returns

System.Single