MorphOptions
public class MorphOptionsOptions for a chart-type transition (ChartGuru.Chart.MorphTo(ChartGuru.ChartType%2cChartGuru.MorphOptions)).
The animation curve is provided via ChartGuru.MorphOptions.Animation, matching the rest of the API.
Fields
Section titled “Fields”
Animation
Section titled “Animation”public Animation AnimationAnimation curve and timing for the transition. Defaults to ChartGuru.Animation.Default.
Returns
ChartGuru.Animation — No return description is available.
PointMapping
Section titled “PointMapping”public PointMapping PointMappingStrategy for matching data points between the source and target chart types.
Returns
ChartGuru.PointMapping — No return description is available.
AnimateAxes
Section titled “AnimateAxes”public bool AnimateAxesAnimate the axis scale when morphing between chart types.
Returns
System.Boolean — No return description is available.
public ChartMorphStyle StyleVisual transition style. Defaults to ChartGuru.ChartMorphStyle.CrossFade.
Returns
ChartGuru.ChartMorphStyle — No return description is available.
OnComplete
Section titled “OnComplete”public Action OnCompleteCalled exactly once when the morph completes (fires from the morpher).
Returns
System.Action — No return description is available.