Skip to content

AxisTitleInfo

StructChartGuruChartGuru
public struct AxisTitleInfo

Information about an axis title for external text rendering.

public Vector2 Position

Screen position where the title should be drawn.

Returns

UnityEngine.Vector2 — No return description is available.

public string Text

Title text to display.

Returns

System.String — No return description is available.

public bool IsVertical

Whether the title should be drawn vertically (rotated 90 degrees).

Returns

System.Boolean — No return description is available.

public bool IsVisible

Whether the title should be shown.

Returns

System.Boolean — No return description is available.

public float RotationAngle

Rotation angle in degrees. For Y-axis: -90 for left side (text reads bottom to top), 90 for right side.

Returns

System.Single — No return description is available.

public float MaxWidth

Maximum text Width (before rotation) to prevent overflow. 0 means no limit.

Returns

System.Single — No return description is available.