IChartMark
public interface IChartMarkNo description is available for this type.
Properties
Section titled “Properties”
MarkType
Section titled “MarkType”ChartType MarkType { get; }No description is available for this member.
Returns
ChartGuru.ChartType — No return description is available.
DataPoint
Section titled “DataPoint”DataPoint DataPoint { get; set; }No description is available for this member.
Returns
ChartGuru.DataPoint — No return description is available.
ForegroundColor
Section titled “ForegroundColor”Color ForegroundColor { get; set; }No description is available for this member.
Returns
UnityEngine.Color — No return description is available.
Visible
Section titled “Visible”bool Visible { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
SeriesKey
Section titled “SeriesKey”object SeriesKey { get; }No description is available for this member.
Returns
System.Object — No return description is available.
CategoryLabel
Section titled “CategoryLabel”string CategoryLabel { get; set; }Category label for X-axis display (e.g., “Jan”, “Feb”, “Mar”). Separate from SeriesKey/ForegroundStyleKey which determine colors and legend.
Returns
System.String — No return description is available.
Offset
Section titled “Offset”Vector2 Offset { get; }Offset applied to the mark in plot coordinates. Swift Charts equivalent: .Offset(x:y:)
Returns
UnityEngine.Vector2 — No return description is available.
Methods
Section titled “Methods”
GetMorphTargets(ChartType, Rect)
Section titled “GetMorphTargets(ChartType, Rect)”(Vector2 source, Vector2 target) GetMorphTargets(ChartType targetType, Rect plotArea)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
targetType |
ChartGuru.ChartType | |
plotArea |
UnityEngine.Rect |
Returns
System.ValueTuple{UnityEngine.Vector2,UnityEngine.Vector2} — No return description is available.
Clone()
Section titled “Clone()”IChartMark Clone()No description is available for this member.
Returns
ChartGuru.IChartMark — No return description is available.