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
PointMapping
Section titled “PointMapping”public PointMapping PointMappingStrategy for matching data points between the source and target chart types.
Returns
ChartGuru.PointMapping
AnimateAxes
Section titled “AnimateAxes”public bool AnimateAxesAnimate the axis scale when morphing between chart types.
Returns
System.Boolean
public ChartMorphStyle StyleVisual transition style. Defaults to ChartGuru.ChartMorphStyle.CrossFade.
Returns
ChartGuru.ChartMorphStyle
OnComplete
Section titled “OnComplete”public Action OnCompleteCalled exactly once when the morph completes (fires from the morpher).
Returns
System.Action
Constructors
Section titled “Constructors”
MorphOptions()
Section titled “MorphOptions()”public MorphOptions()