RadialLabelPositioner.SliceLabel
public struct RadialLabelPositioner.SliceLabelData for a pie slice label.
Fields
Section titled “Fields”
StartAngle
Section titled “StartAngle”public float StartAngleStart angle of the slice in degrees.
Returns
System.Single — No return description is available.
SweepAngle
Section titled “SweepAngle”public float SweepAngleSweep angle of the slice in degrees.
Returns
System.Single — No return description is available.
public string TextLabel text.
Returns
System.String — No return description is available.
public float ValueData value for the slice.
Returns
System.Single — No return description is available.
Percent
Section titled “Percent”public float PercentPercentage of total.
Returns
System.Single — No return description is available.
LabelWidth
Section titled “LabelWidth”public float LabelWidthEstimated label width.
Returns
System.Single — No return description is available.
LabelHeight
Section titled “LabelHeight”public float LabelHeightEstimated label height.
Returns
System.Single — No return description is available.
public int IndexIndex of the slice.
Returns
System.Int32 — No return description is available.
Properties
Section titled “Properties”
MidAngle
Section titled “MidAngle”public float MidAngle { get; }Gets the midpoint angle of the slice.
Returns
System.Single — No return description is available.