Options
All
  • Public
  • Public/Protected
  • All
Menu

The Viewport Manager performs certain functions such as axis ranging and viewport manipulation on a SciChart3DSurface

Hierarchy

Index

Constructors

constructor

  • Parameters

    • width: number
    • height: number

    Returns ViewportManager3DBase

Properties

height

height: number

isAttached

isAttached: boolean

When true, currently attached to a SciChart3DSurface

parentSurface

parentSurface: SciChart3DSurface

The parent SciChart3DSurface when attached

width

width: number

Methods

attachSciChartSurface

calculateAutoRange

  • Calculates the visibleRange for an AxisBase3D depending on the current parameters such as AxisCore.autoRange and data on the axis.

    Parameters

    Returns NumberRange

    The auto-fitted range

detachSciChartSurface

  • detachSciChartSurface(): void
  • Called when detached from a SciChart3DSurface

    Returns void

setSize

  • setSize(width: number, height: number): void
  • Parameters

    • width: number
    • height: number

    Returns void

Generated using TypeDoc