Class IgxHoleDimensionsChangedEventArgs

EventArgs class holding information about the dimensions of a hole in a doughnut chart.

Hierarchy

Hierarchy

  • IgxHoleDimensionsChangedEventArgs

Constructors

Properties

ngAcceptInputType_center: string | IgPoint
ngAcceptInputType_radius: string | number

Accessors

  • get center(): IgPoint
  • The center point of the hole.

    Returns IgPoint

  • get radius(): number
  • The radius of the hole.

    Returns number