Options
All
  • Public
  • Public/Protected
  • All
Menu

Optional parameters passed to the constructor of ResetCamera3DModifier to configure it

Hierarchy

Index

Properties

Optional animationDuration

animationDuration: number

Defines the duration of animations when zooming in milliseconds

Optional destination

destination: TCameraState

The camera settings to reset to. Defaults to the camera state when the modifier was attached to the chart.

Optional easingFunction

easingFunction: TEasingFn | string

Defines the easing function for animation. See TEasingFn for a range of functions

Optional executeOn

executeOn: EExecuteOn

Defines the operation that modifier should respond to

Optional id

id: string

A unique Id for the ChartModifierBase3D

Optional isAnimated

isAnimated: boolean

When true, the Zoom operations are animated. See also animationDuration and easingFunction

Generated using TypeDoc