Skip to content

ChartMorphStyle

EnumChartGuruChartGuru
public enum ChartMorphStyle

No description is available for this type.

CrossFade = 0

Alpha-blend the source and target types at full geometry (source fades out, target fades in). Works for any pair of chart types.

Returns

ChartGuru.ChartMorphStyle — No return description is available.

Scale = 1

Shrink the source geometry toward an anchor (axis baseline for cartesian charts, chart center for radial charts) while growing the target out of the same anchor. Produces a “points move to their new positions” feel — useful for value-preserving morphs such as Bar ↔ Line ↔ Area or Pie ↔ Donut.

Returns

ChartGuru.ChartMorphStyle — No return description is available.

Semantic = 2

Type-aware transitions tailored to each (source, target) pair: Pie ↔ Donut animates the inner radius, Line ↔ Area animates the fill alpha, Bar ↔ HorizontalBar rotates around the plot center, and so on. Pairs without a hand-crafted recipe fall back to ChartGuru.ChartMorphStyle.Scale.

Returns

ChartGuru.ChartMorphStyle — No return description is available.