ChartOverlayRectangleEntry
[Serializable]public class ChartOverlayRectangleEntryNo description is available for this type.
Fields
Section titled “Fields”
[Tooltip("Category label for the rectangle center, used when HasExplicitX is false.")]public string LabelNo description is available for this member.
Returns
System.String — No return description is available.
XValue
Section titled “XValue”[Tooltip("X value for numeric axes.")]public float XValueNo description is available for this member.
Returns
System.Single — No return description is available.
HasExplicitX
Section titled “HasExplicitX”[Tooltip("Whether XValue should be used instead of category positioning.")]public bool HasExplicitXNo description is available for this member.
Returns
System.Boolean — No return description is available.
[Tooltip("Y value for the rectangle center.")]public float ValueNo description is available for this member.
Returns
System.Single — No return description is available.
ColorOverride
Section titled “ColorOverride”[Tooltip("Optional custom color override (leave transparent to use theme).")]public Color ColorOverrideNo description is available for this member.
Returns
UnityEngine.Color — No return description is available.
Opacity
Section titled “Opacity”[Tooltip("Optional opacity override for this rectangle.")]public float OpacityNo description is available for this member.
Returns
System.Single — No return description is available.
WidthType
Section titled “WidthType”public MarkDimensionType WidthTypeNo description is available for this member.
Returns
ChartGuru.MarkDimensionType — No return description is available.
WidthValue
Section titled “WidthValue”public float WidthValueNo description is available for this member.
Returns
System.Single — No return description is available.
HeightType
Section titled “HeightType”public MarkDimensionType HeightTypeNo description is available for this member.
Returns
ChartGuru.MarkDimensionType — No return description is available.
HeightValue
Section titled “HeightValue”public float HeightValueNo description is available for this member.
Returns
System.Single — No return description is available.
ClipShape
Section titled “ClipShape”public ClipShape ClipShapeShape used to clip a mark’s rendered output. Swift Charts equivalent: .ClipShape(…) .
Returns
ChartGuru.ClipShape — No return description is available.
Properties
Section titled “Properties”
WidthDimension
Section titled “WidthDimension”public MarkDimension WidthDimension { get; set; }No description is available for this member.
Returns
ChartGuru.MarkDimension — No return description is available.
HeightDimension
Section titled “HeightDimension”public MarkDimension HeightDimension { get; set; }No description is available for this member.
Returns
ChartGuru.MarkDimension — No return description is available.
Constructors
Section titled “Constructors”
ChartOverlayRectangleEntry()
Section titled “ChartOverlayRectangleEntry()”public ChartOverlayRectangleEntry()No description is available for this member.
ChartOverlayRectangleEntry(string, float)
Section titled “ChartOverlayRectangleEntry(string, float)”public ChartOverlayRectangleEntry(string label, float value)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
label |
System.String | |
value |
System.Single |
Methods
Section titled “Methods”
Clone()
Section titled “Clone()”public ChartOverlayRectangleEntry Clone()No description is available for this member.
Returns
ChartGuru.ChartOverlayRectangleEntry — No return description is available.