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 excludedSeriesIds

excludedSeriesIds: string[]

A list of 3D renderable series to exclude from this modifier

remarks

Also see ChartModifierBase3D.includedSeries which has methods to include or exclude a series by instance

Optional executeCondition

executeCondition: TModifierExecuteCondition

The primary action execute condition that modifier should respond to

Optional id

id: string

A unique Id for the ChartModifierBase3D

Optional includedSeriesIds

includedSeriesIds: string[]

A list of 3D renderable series to include to this modifier

remarks

Also see ChartModifierBase3D.includedSeries which has methods to include or exclude a series by instance

Optional isAnimated

isAnimated: boolean

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

Generated using TypeDoc