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

The IndexTickProvider is a TickProvider implementation for Index Axis.

description

TickProviders are responsible for calculating the interval between major and minor gridlines, ticks and labels.

  • The method getMajorTicks returns an array of major ticks (data-values values where SciChart will place labels and major gridlines.
  • The method getMinorTicks returns an array of minor ticks (data-values values where SciChart will place minor gridlines.
  • The method isParamsValid performs some sanity checks.
  • The method calculateTicks performs the actual calculation

Override these methods to create custom implementations of Tick intervals in SciChart

remarks

See also TickProvider for the base implementation.

Hierarchy

Index

Constructors

constructor

Properties

parentAxis

parentAxis: AxisCore

Gets the parent Axis this TickProvider is attached to

Methods

attachedToAxis

  • Called when the TickProvider is attached to an Axis

    Parameters

    Returns void

detachedFromAxis

  • detachedFromAxis(): void
  • Called when the TickProvider is attached from an Axis

    Returns void

getMajorTicks

getMinorTicks

Generated using TypeDoc