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 Realtime JavaScript Charts

remarks

See derived type IStrokePaletteProvider for coloring line series or strokes. See derived type IFillPaletteProvider for coloring fills or areas.

Hierarchy

Implemented by

Index

Methods

onAttached

  • Called when the PaletteProvider instance is attached to a 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 PaletteProvider instance is detached from a RenderableSeries.

    Returns void

Optional toJSON

  • Convert the object to a definition that can be serialized to JSON, or used directly with the builder api

    Returns TPaletteProviderDefinition

Generated using TypeDoc