ChartMorphStyle
public enum ChartMorphStyleNo description is available for this type.
Fields
Section titled “Fields”
CrossFade
Section titled “CrossFade”CrossFade = 0Alpha-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 = 1Shrink 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
Section titled “Semantic”Semantic = 2Type-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.