TickLabel
public struct TickLabelRepresents a tick label with its value, text, and screen position.
Fields
Section titled “Fields”
public float ValueNo description is available for this member.
Returns
System.Single — No return description is available.
public string TextNo description is available for this member.
Returns
System.String — No return description is available.
Position
Section titled “Position”public Vector2 PositionNo description is available for this member.
Returns
UnityEngine.Vector2 — No return description is available.
LabelOffset
Section titled “LabelOffset”public Vector2 LabelOffsetOptional pixel offset applied to the rendered label text only. Lets the
layout engine inset edge labels so they don’t clip past the chart bounds
while keeping the tick mark/grid line at ChartGuru.TickLabel.Position.
Returns
UnityEngine.Vector2 — No return description is available.
IsOnRight
Section titled “IsOnRight”public bool IsOnRightFor Y-axis labels: true when positioned on the right (trailing) side.
Returns
System.Boolean — No return description is available.
IsOnTop
Section titled “IsOnTop”public bool IsOnTopFor X-axis labels: true when positioned above the Plot (top).
Returns
System.Boolean — No return description is available.
IsInset
Section titled “IsInset”public bool IsInsetTrue when this label uses the inset Preset (rendered inside the plot area).
Returns
System.Boolean — No return description is available.