ManualChartReferenceRule
public class ManualChartReferenceRuleSelects a target chart for a manual data source by direct reference, hierarchy lookup, or matching rule.
Fields
Section titled “Fields”
IsHorizontal
Section titled “IsHorizontal”[Tooltip("When true the rule is a horizontal line; when false it is a vertical line.")]public bool IsHorizontalReturns
System.Boolean
[Tooltip("The axis value at which the rule line is placed.")]public float ValueReturns
System.Single
public Color ColorReturns
UnityEngine.Color
Opacity
Section titled “Opacity”[Tooltip("Opacity of the rule line (0 = fully transparent, 1 = fully opaque).")][Range(0, 1)]public float OpacityReturns
System.Single
LineWidth
Section titled “LineWidth”[Tooltip("Stroke width of the rule line in pixels.")][Range(0.1, 10)]public float LineWidthReturns
System.Single
[Tooltip("Dash pattern (alternating dash/gap lengths in pixels). Empty for a solid line. Swift Charts: StrokeStyle(dash:[4, 2]).")]public float[] DashReturns
System.Single[]
AnnotationPosition
Section titled “AnnotationPosition”public AnnotationPosition AnnotationPositionReturns
ChartGuru.AnnotationPosition
AnnotationAlignment
Section titled “AnnotationAlignment”public AnnotationAlignment AnnotationAlignmentReturns
ChartGuru.AnnotationAlignment
AnnotationText
Section titled “AnnotationText”public string AnnotationTextReturns
System.String
AnnotationTextColor
Section titled “AnnotationTextColor”public Color AnnotationTextColorReturns
UnityEngine.Color
Methods
Section titled “Methods”
Clone()
Section titled “Clone()”public ManualChartReferenceRule Clone()Creates an independent copy of this Manual Chart Reference Rule; later configuration changes do not affect the original instance.
Returns
ChartGuru.ManualChartReferenceRule
Constructors
Section titled “Constructors”
ManualChartReferenceRule()
Section titled “ManualChartReferenceRule()”public ManualChartReferenceRule()