RadialLabelPositioner.PositionedLabel
public struct RadialLabelPositioner.PositionedLabelResult of label positioning calculation.
Fields
Section titled “Fields”
Position
Section titled “Position”public Vector2 PositionFinal position for the label.
Returns
UnityEngine.Vector2 — No return description is available.
AnchorPoint
Section titled “AnchorPoint”public Vector2 AnchorPointAnchor point on the pie edge for leader line.
Returns
UnityEngine.Vector2 — No return description is available.
ElbowPoint
Section titled “ElbowPoint”public Vector2? ElbowPointOptional elbow point for leader line.
Returns
System.Nullable{UnityEngine.Vector2} — No return description is available.
LineEndPoint
Section titled “LineEndPoint”public Vector2 LineEndPointEnd point of the leader line (before the label, with gap).
Returns
UnityEngine.Vector2 — No return description is available.
Alignment
Section titled “Alignment”public ChartTextAlignment AlignmentText alignment for the label.
Returns
ChartGuru.ChartTextAlignment — No return description is available.
public RadialLabelPositioner.SliceLabel LabelThe original label data.
Returns
ChartGuru.RadialLabelPositioner.SliceLabel — No return description is available.
NeedsLeaderLine
Section titled “NeedsLeaderLine”public bool NeedsLeaderLineWhether this label needs a leader line.
Returns
System.Boolean — No return description is available.
IsRightSide
Section titled “IsRightSide”public bool IsRightSideWhether the label is on the right side of the chart.
Returns
System.Boolean — No return description is available.
WasClamped
Section titled “WasClamped”public bool WasClampedWhether this label was clamped to fit within bounds.
Returns
System.Boolean — No return description is available.