Options
All
  • Public
  • Public/Protected
  • All
Menu

The PaletteProvider interface allows you to perform per-point paletting or coloring of series or data-points in SciChart's High Performance JavaScript 3D Charts

remarks

See derived type IPointMarkerPaletteProvider3D for coloring 3D Scatter or Bubble series

Hierarchy

Index

Methods

onAttached

  • Called when the PaletteProvider3D instance is attached to a 3D RenderableSeries. Use this to be notified when attached and keep a reference to the parent series

    Parameters

    Returns void

onDetached

  • onDetached(): void
  • Called when the PaletteProvider3D instance is detached from a 3D RenderableSeries

    Returns void

Generated using TypeDoc