Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChartOptions3D

Interface that can be used to define Chart3D configurations that can't be changed after creation. For example:

  • Specifying TickStrategies for default X or Y Axes'. This is mostly used for creating DateTime Axes.

  • Supplying a custom Builder for the AutoCursor of Chart. This can be used to modify the AutoCursor on a level, which can't be done during runtime. For example, changing the shape of ResultTable Background, Etc.

Example usage:

Desired result Value
Default undefined
Preset theme { theme: Themes.light }

Index

Properties

Properties

Optional theme

theme : Theme

Theme used to style all elements inside the Chart. See Themes for pre-made options.