Skip to content

GradientStyle.Linear

ClassChartGuruChartGuru
public sealed class GradientStyle.Linear : GradientStyle

No description is available for this type.

public UnitPoint StartPoint

No description is available for this member.

Returns

ChartGuru.UnitPoint — No return description is available.

public UnitPoint EndPoint

No description is available for this member.

Returns

ChartGuru.UnitPoint — No return description is available.

public override Color Evaluate(Vector2 normalizedPosition)

Evaluates the gradient color at a normalized 2D position within the mark’s bounding box. normalizedPosition ranges from (0,0) at bottom-left to (1,1) at top-right.

Parameters

Name Type Description
normalizedPosition UnityEngine.Vector2

Returns

UnityEngine.Color — No return description is available.