Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Container

Index

Constructors

constructor

  • Parameters

    • settings: any

    Returns Container

Properties

chartInterval

chartInterval: ChartInterval
deprecated

, think what to do with it

interval

interval: Interval = new Interval()
type

{VobcoCharts.Interval}

deprecated

, think what to do with it

Protected services

services: any[] = []

Protected settings

settings: Settings

Main Settings object needed for many services

Methods

get

  • get(name: string): any
  • Gets service by name

    Parameters

    • name: string

    Returns any

getContext

  • getContext(): CanvasRenderingContext2D
  • Canvas rendering context

    deprecated

    this should not be here but in charts itself, it's not usable to actually replace this

    Returns CanvasRenderingContext2D

    CanvasRenderingContext2D

getDrawUtils

  • Utility class with common draw functions

    Returns IDrawUtils

    IDrawUtils

getTranslator

  • Translator translates keys to any defined language

    Returns ITranslator

    ITranslator

has

  • has(name: string): boolean
  • Check if htmlContainer has service with given name

    Parameters

    • name: string

    Returns boolean

set

  • set(name: string, service: any): void
  • Sets service to htmlContainer

    Parameters

    • name: string
    • service: any

    Returns void

Generated using TypeDoc