Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ZoomBandChart

Index

Properties

attachedAxis

attachedAxis: Axis

band

band: Band

engine

engine: PublicEngine

Methods

addLegendBox

  • Type parameters

    • UIElementType: UIPart

    Parameters

    Returns UIElementType & UIElement

    LegendBox that fulfills interfaces: UIElementType (typeparam) and UIElement

addUIElement

  • Type parameters

    • UIElementType: UIPart

    Parameters

    Returns UIElementType & UIElement

    Object that fulfills interfaces: UIElementType (typeparam) and UIElement

dispose

  • dispose(): this
  • Returns this

    Object itself for fluent interface

disposeSeries

  • disposeSeries(series: ZoomBandChartSupportedSeries): this
  • Parameters

    • series: ZoomBandChartSupportedSeries

    Returns this

    Object itself.

getBackgroundFillStyle

getBackgroundStrokeStyle

  • getBackgroundStrokeStyle(): LineStyle
  • Returns LineStyle

    LineStyle

getChartBackgroundFillStyle

getChartBackgroundStroke

  • getChartBackgroundStroke(): LineStyle
  • Returns LineStyle

    LineStyle

getDefaultAxisX

  • getDefaultAxisX(): Axis

getDefaultAxisY

  • getDefaultAxisY(): Axis

getMinimumSize

  • getMinimumSize(): Point | undefined
  • Returns Point | undefined

    Point minimum size or undefined if unimplemented

getPadding

  • Returns Margin

    Padding datastructure

getTitle

  • getTitle(): string
  • Returns string

    Chart title as a string.

getTitleFillStyle

getTitleFont

getTitleMarginBottom

  • getTitleMarginBottom(): number
  • Returns number

    Padding after Chart title

getTitleMarginTop

  • getTitleMarginTop(): number
  • Returns number

    Padding before Chart title

saveToFile

  • saveToFile(fileName: string, type: undefined | string, encoderOptions: undefined | number): this
  • Parameters

    • fileName: string
    • Optional type: undefined | string
    • Optional encoderOptions: undefined | number

    Returns this

setBackgroundFillStyle

setBackgroundStrokeStyle

  • setBackgroundStrokeStyle(value: LineStyle | ImmutableMutator<LineStyle>): this
  • Parameters

    Returns this

    Object itself

setChartBackgroundFillStyle

setChartBackgroundStroke

  • setChartBackgroundStroke(value: LineStyle | ImmutableMutator<LineStyle>): this
  • Parameters

    Returns this

    Object itself

setPadding

  • setPadding(padding: Partial<Margin> | number): this
  • Parameters

    • padding: Partial<Margin> | number

    Returns this

    Object itself for fluent interface

setSeriesStyle

setTitle

  • setTitle(title: string): this
  • Parameters

    • title: string

    Returns this

    Object itself for fluent interface.

setTitleFillStyle

setTitleFont

setTitleMarginBottom

  • setTitleMarginBottom(marginPixels: pixel): this
  • Parameters

    • marginPixels: pixel

    Returns this

    Chart itself for fluent interface

setTitleMarginTop

  • setTitleMarginTop(marginPixels: pixel): this
  • Parameters

    • marginPixels: pixel

    Returns this

    Chart itself for fluent interface