Angular Chart API
The Ignite UI for Angular charts provide simple and easy to use APIs to plot various types of charts.
Angular Category Chart API
The Angular IgxCategoryChartComponent
has the following API members:
Chart Properties | Axis Properties | Series Properties |
---|---|---|
- IgxLegendComponent - ItemsSource - isHorizontalZoomEnabled - isVerticalZoomEnabled - toolTipType - crosshairsDisplayMode |
- xAxisInterval - xAxisLabelLocation - xAxisTitle - yAxisInterval - yAxisLabelLocation - yAxisTitle - xAxisGap - xAxisOverlap |
- chartType - brushes - outlines - markerBrushes - markerOutlines - markerTypes |
Angular Financial Chart API
The Angular IgxFinancialChartComponent
has the following API members:
Chart Properties | Axis Properties | Series Properties |
---|---|---|
- IgxLegendComponent - ItemsSource - isHorizontalZoomEnabled - isVerticalZoomEnabled - toolTipType - crosshairsDisplayMode |
- xAxisInterval - xAxisLabelLocation - xAxisTitle - yAxisInterval - yAxisLabelLocation - yAxisTitle |
- chartType - brushes - outlines - markerBrushes - markerOutlines - markerTypes |
Angular Data Chart API
The Angular IgxDataChartComponent
has the following API members:
The Angular IgxDataChartComponent
can use the following type of IgxSeriesComponent
:
Scatter Series | Polar Series | Radial Series |
---|---|---|
- IgxBubbleSeriesComponent - IgxScatterSeriesComponent - ScatterHDSeries - IgxScatterLineSeriesComponent - IgxScatterSplineSeriesComponent - IgxScatterAreaSeriesComponent - IgxScatterContourSeriesComponent - ScatterPolySeries - IgxScatterPolygonSeriesComponent |
- IgxPolarScatterSeriesComponent - IgxPolarLineSeriesComponent - IgxPolarAreaSeriesComponent - IgxPolarSplineSeriesComponent - IgxPolarSplineAreaSeriesComponent |
- IgxRadialLineSeriesComponent - IgxRadialAreaSeriesComponent - IgxRadialPieSeriesComponent - IgxRadialColumnSeriesComponent |
View page on
GitHub