North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Developers
Infragistics Ultimate
The complete toolkit for building high performing web, mobile, and desktop apps
Ignite UI for Angular
50+ Material-based UI components designed and built on Google’s Angular framework
Ignite UI for React
Features our high-performance data grid and real-time high-colume data charts
Ignite UI for JavaScript
100+ HTML5 / JavaScript jQuery components with extensions for React, Angular & ASP.NET MVC
Ultimate UI for ASP.NET
Versatile ASP.NET AJAX UI controls
Ultimate UI for Windows Forms
100+ fully featured, Microsoft Office-style UI controls
Ultimate UI for WPF
UI controls & productivity tools
Ultimate UI for Xamarin
UI controls & productivity tools
ReportPlus Embedded SDK
Tools to embed reports and dashboards in your apps
All Products
UX
Indigo Studio
Collaborative prototyping and remote usability testing for UX & usability professionals
UX Consulting
Partner with our UX & Development consultants to create useful, usable, high-performing applications
Business Teams
For Business Teams
SharePlus Enterprise
Mobile workspaces with business processes, collaboration, and data visualization for teams
ReportPlus
Exceptional analytics on any device
ReportPlus Embedded
Deliver embedded reports and dashboards in your apps
Consulting
Consulting
Popular Services
Our Process
Our Work
Blog
Contact Us
Learn & Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Purchase & Renew
Product Pricing / Buy Online
Renew Existing License
Contact Us
Ignite UI for React
menu
Components
Get Started
All
Public
Public/Protected
All
Inherited
Externals
Globals
Igr
Axis
Annotation
Collection
constructor
count
__@iterator
add
clear
contains
index
Of
insert
item
remove
remove
At
to
Array
Globals
IgrAxisAnnotationCollection
Class IgrAxisAnnotationCollection
Hierarchy
IgCollection
<
IgrAxisAnnotation
,
IAxisAnnotation
>
IgrAxisAnnotationCollection
Constructors
constructor
Properties
count
Methods
__@iterator
add
clear
contains
index
Of
insert
item
remove
remove
At
to
Array
Constructors
constructor
new
Igr
Axis
Annotation
Collection
(
list
?:
IgrAxisAnnotation
[]
)
:
IgrAxisAnnotationCollection
Parameters
Optional
list:
IgrAxisAnnotation
[]
Returns
IgrAxisAnnotationCollection
Properties
count
count
:
number
Methods
__@iterator
__@iterator
(
)
:
IterableIterator
<
any
>
Returns
IterableIterator
<
any
>
add
add
(
item
:
IgrAxisAnnotation
)
:
void
Parameters
item:
IgrAxisAnnotation
Returns
void
clear
clear
(
)
:
void
Returns
void
contains
contains
(
item
:
IgrAxisAnnotation
)
:
boolean
Parameters
item:
IgrAxisAnnotation
Returns
boolean
index
Of
index
Of
(
item
:
IgrAxisAnnotation
)
:
number
Parameters
item:
IgrAxisAnnotation
Returns
number
insert
insert
(
index
:
number
, item
:
IgrAxisAnnotation
)
:
void
Parameters
index:
number
item:
IgrAxisAnnotation
Returns
void
item
item
(
index
:
number
, value
?:
IgrAxisAnnotation
)
:
IgrAxisAnnotation
Parameters
index:
number
Optional
value:
IgrAxisAnnotation
Returns
IgrAxisAnnotation
remove
remove
(
item
:
IgrAxisAnnotation
)
:
boolean
Parameters
item:
IgrAxisAnnotation
Returns
boolean
remove
At
remove
At
(
index
:
number
)
:
void
Parameters
index:
number
Returns
void
to
Array
to
Array
(
)
:
IgrAxisAnnotation
[]
Returns
IgrAxisAnnotation
[]