TickLabel
public struct TickLabelRepresents a tick label with its value, text, and screen position.
Fields
Section titled “Fields”
public float ValueReturns
System.Single
public string TextReturns
System.String
Position
Section titled “Position”public Vector2 PositionReturns
UnityEngine.Vector2
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
IsOnRight
Section titled “IsOnRight”public bool IsOnRightFor Y-axis labels: true when positioned on the right (trailing) side.
Returns
System.Boolean
IsOnTop
Section titled “IsOnTop”public bool IsOnTopFor X-axis labels: true when positioned above the Plot (top).
Returns
System.Boolean
IsInset
Section titled “IsInset”public bool IsInsetTrue when this label uses the inset Preset (rendered inside the plot area).
Returns
System.Boolean