Skip to content

ChartOverlayRectangleEntry

ClassChartGuruChartGuru
[Serializable]
public class ChartOverlayRectangleEntry

No description is available for this type.

[Tooltip("Category label for the rectangle center, used when HasExplicitX is false.")]
public string Label

No description is available for this member.

Returns

System.String — No return description is available.

[Tooltip("X value for numeric axes.")]
public float XValue

No description is available for this member.

Returns

System.Single — No return description is available.

[Tooltip("Whether XValue should be used instead of category positioning.")]
public bool HasExplicitX

No description is available for this member.

Returns

System.Boolean — No return description is available.

[Tooltip("Y value for the rectangle center.")]
public float Value

No description is available for this member.

Returns

System.Single — No return description is available.

[Tooltip("Optional custom color override (leave transparent to use theme).")]
public Color ColorOverride

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

[Tooltip("Optional opacity override for this rectangle.")]
public float Opacity

No description is available for this member.

Returns

System.Single — No return description is available.

public MarkDimensionType WidthType

No description is available for this member.

Returns

ChartGuru.MarkDimensionType — No return description is available.

public float WidthValue

No description is available for this member.

Returns

System.Single — No return description is available.

public MarkDimensionType HeightType

No description is available for this member.

Returns

ChartGuru.MarkDimensionType — No return description is available.

public float HeightValue

No description is available for this member.

Returns

System.Single — No return description is available.

public ClipShape ClipShape

Shape used to clip a mark’s rendered output. Swift Charts equivalent: .ClipShape(…) .

Returns

ChartGuru.ClipShape — No return description is available.

public MarkDimension WidthDimension { get; set; }

No description is available for this member.

Returns

ChartGuru.MarkDimension — No return description is available.

public MarkDimension HeightDimension { get; set; }

No description is available for this member.

Returns

ChartGuru.MarkDimension — No return description is available.

public ChartOverlayRectangleEntry()

No description is available for this member.

public ChartOverlayRectangleEntry(string label, float value)

No description is available for this member.

Parameters

Name Type Description
label System.String
value System.Single

public ChartOverlayRectangleEntry Clone()

No description is available for this member.

Returns

ChartGuru.ChartOverlayRectangleEntry — No return description is available.