Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BorderAxisTool

Hierarchy

  • BorderAxisTool

Index

Constructors

Properties

defaultBorderAxisGridLine: { lineDash: number[]; lineStyle: string; lineWidth: number; visible: boolean } = ...

Type declaration

  • lineDash: number[]
  • lineStyle: string
  • lineWidth: number
  • visible: boolean
defaultBorderAxisOptions: IBorderAxisOptions = ...
defaultBorderAxisSingle: { label: { fontSize: string; visible: boolean }; majorTick: { tickCount: number; tickLength: number; tickLine: { lineWidth: number; visible: boolean } }; minorTick: { tickCount: number; tickLength: number; tickLine: { lineWidth: number; visible: boolean } }; visible: boolean } = ...

Type declaration

  • label: { fontSize: string; visible: boolean }
    • fontSize: string
    • visible: boolean
  • majorTick: { tickCount: number; tickLength: number; tickLine: { lineWidth: number; visible: boolean } }
    • tickCount: number
    • tickLength: number
    • tickLine: { lineWidth: number; visible: boolean }
      • lineWidth: number
      • visible: boolean
  • minorTick: { tickCount: number; tickLength: number; tickLine: { lineWidth: number; visible: boolean } }
    • tickCount: number
    • tickLength: number
    • tickLine: { lineWidth: number; visible: boolean }
      • lineWidth: number
      • visible: boolean
  • visible: boolean
defaultPadding: number = 50

Methods

  • draw(sourceLt?: Point, sourceRb?: Point): HTMLCanvasElement
  • Parameters

    • Optional sourceLt: Point
    • Optional sourceRb: Point

    Returns HTMLCanvasElement

Generated using TypeDoc