RadialLabelPositioner.Config
public struct RadialLabelPositioner.ConfigConfiguration for radial label positioning.
Fields
Section titled “Fields”
Center
Section titled “Center”public Vector2 CenterCenter of the pie/donut chart.
Returns
UnityEngine.Vector2 — No return description is available.
OuterRadius
Section titled “OuterRadius”public float OuterRadiusOuter radius of the pie/donut.
Returns
System.Single — No return description is available.
InnerRadius
Section titled “InnerRadius”public float InnerRadiusInner radius (0 for pie, > 0 for donut).
Returns
System.Single — No return description is available.
LabelOffset
Section titled “LabelOffset”public float LabelOffsetDistance from outer radius to label anchor point.
Returns
System.Single — No return description is available.
HorizontalMargin
Section titled “HorizontalMargin”public float HorizontalMarginAdditional horizontal offset for labels on sides.
Returns
System.Single — No return description is available.
MinVerticalSpacing
Section titled “MinVerticalSpacing”public float MinVerticalSpacingMinimum vertical spacing between labels.
Returns
System.Single — No return description is available.
FontSize
Section titled “FontSize”public float FontSizeFont size for calculating label heights.
Returns
System.Single — No return description is available.
MaxInlineWidth
Section titled “MaxInlineWidth”public float MaxInlineWidthMaximum width for labels before they need leader lines.
Returns
System.Single — No return description is available.
UseLeaderLines
Section titled “UseLeaderLines”public bool UseLeaderLinesWhether to use leader lines for all external labels.
Returns
System.Boolean — No return description is available.
Bounds
Section titled “Bounds”public Rect BoundsOptional bounds to clamp labels within. If default (zero), no clamping is applied.
Returns
UnityEngine.Rect — No return description is available.
Properties
Section titled “Properties”
Default
Section titled “Default”public static RadialLabelPositioner.Config Default { get; }No description is available for this member.
Returns
ChartGuru.RadialLabelPositioner.Config — No return description is available.