Options
All
  • Public
  • Public/Protected
  • All
Menu
summary

The SciChartOverview is the component that can control the visible range of the parent SciChartSurface using a slider JavaScript Chart Library

description

To instantiate an overview use SciChartOverview.create method

remarks

It is possible to specify options to customize style and behavior of the component.

Hierarchy

Implements

Index

Accessors

overviewSciChartSurface

overviewXAxis

  • Gets the X Axis of the SciChartSurface used by the {@link @SciChartOverview}

    Returns AxisBase2D

overviewYAxis

  • Gets the Y Axis of the SciChartSurface used by the {@link @SciChartOverview}

    Returns AxisBase2D

parentSciChartSurface

  • Gets the parent SciChartSurface controlled by the {@link @SciChartOverview}

    Returns SciChartSurface

rangeSelectionModifier

Methods

applyTheme

delete

  • delete(): void
  • Deletes native (WebAssembly) memory used by this type, after which it cannot be used.

    remarks

    Call .delete() before finishing with the object to ensure that WebAssmembly memory leaks do not occur.

    All elements within SciChart's High Performance Realtime JavaScript Charts which implement IDeletable must be deleted manually to free native (WebAssembly) memory

    Returns void

Static create

Generated using TypeDoc