Hierarchy

Hierarchy

  • IgxAxisMouseEventArgs

Constructors

Properties

ngAcceptInputType_axisValue: string | number
ngAcceptInputType_mouseCoords: string | IgPoint
ngAcceptInputType_worldCoords: string | IgPoint

Accessors

  • get axisDateValue(): Date
  • Returns Date

  • set axisDateValue(v: Date): void
  • Parameters

    • v: Date

    Returns void

  • get axisValue(): number
  • Returns number

  • set axisValue(v: number): void
  • Parameters

    • v: number

    Returns void

  • get label(): string
  • Returns string

  • set label(v: string): void
  • Parameters

    • v: string

    Returns void

  • get labelContext(): any
  • Returns any

  • set labelContext(v: any): void
  • Parameters

    • v: any

    Returns void

  • get mouseCoords(): IgPoint
  • Returns IgPoint

  • set mouseCoords(v: IgPoint): void
  • Parameters

    Returns void

  • get worldCoords(): IgPoint
  • Returns IgPoint

  • set worldCoords(v: IgPoint): void
  • Parameters

    Returns void