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 — No return description is available.

public float SweepAngle

Sweep angle of the slice in degrees.

Returns

System.Single — No return description is available.

public string Text

Label text.

Returns

System.String — No return description is available.

public float Value

Data value for the slice.

Returns

System.Single — No return description is available.

public float Percent

Percentage of total.

Returns

System.Single — No return description is available.

public float LabelWidth

Estimated label width.

Returns

System.Single — No return description is available.

public float LabelHeight

Estimated label height.

Returns

System.Single — No return description is available.

public int Index

Index of the slice.

Returns

System.Int32 — No return description is available.

public float MidAngle { get; }

Gets the midpoint angle of the slice.

Returns

System.Single — No return description is available.