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
SweepAngle
Section titled “SweepAngle”public float SweepAngleSweep angle of the slice in degrees.
Returns
System.Single
public string TextLabel text.
Returns
System.String
public float ValueData value for the slice.
Returns
System.Single
Percent
Section titled “Percent”public float PercentPercentage of total.
Returns
System.Single
LabelWidth
Section titled “LabelWidth”public float LabelWidthEstimated label width.
Returns
System.Single
LabelHeight
Section titled “LabelHeight”public float LabelHeightEstimated label height.
Returns
System.Single
public int IndexIndex of the slice.
Returns
System.Int32
Properties
Section titled “Properties”
MidAngle
Section titled “MidAngle”public float MidAngle { get; }Gets the midpoint angle of the slice.
Returns
System.Single