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:

    Chart Properties Axis Classes
    - IgxLegendComponent
    - isHorizontalZoomEnabled
    - isVerticalZoomEnabled
    - brushes
    - outlines
    - markerBrushes
    - markerOutlines
    - IgxAxisComponent
    - IgxCategoryXAxisComponent
    - IgxCategoryYAxisComponent
    - IgxCategoryAngleAxisComponent
    - IgxNumericXAxisComponent
    - IgxNumericYAxisComponent
    - IgxNumericAngleAxisComponent
    - IgxNumericRadiusAxisComponent

    The Angular IgxDataChartComponent can use the following type of IgxSeriesComponent:

    Category Series Stacked Series Financial Series
    - IgxAreaSeriesComponent
    - IgxBarSeriesComponent
    - IgxColumnSeriesComponent
    - IgxLineSeriesComponent
    - IgxPointSeriesComponent
    - IgxSplineSeriesComponent
    - IgxSplineAreaSeriesComponent
    - IgxStepLineSeriesComponent
    - IgxStepAreaSeriesComponent
    - IgxRangeAreaSeriesComponent
    - IgxRangeColumnSeriesComponent
    - IgxWaterfallSeriesComponent
    - IgxStackedAreaSeriesComponent
    - IgxStackedBarSeriesComponent
    - IgxStackedColumnSeriesComponent
    - IgxStackedLineSeriesComponent
    - IgxStackedSplineSeriesComponent
    - IgxStacked100AreaSeriesComponent
    - IgxStacked100BarSeriesComponent
    - IgxStacked100ColumnSeriesComponent
    - IgxStacked100LineSeriesComponent
    - IgxStacked100SplineSeriesComponent
    - IgxFinancialPriceSeriesComponent
    - IgxFinancialIndicatorComponent
    - IgxFinancialOverlayComponent
    - IgxBollingerBandsOverlayComponent
    - IgxMassIndexIndicatorComponent
    - and many more
    Scatter Series Polar Series Radial Series
    - IgxBubbleSeriesComponent
    - IgxScatterSeriesComponent
    - ScatterHDSeries
    - IgxScatterLineSeriesComponent
    - IgxScatterSplineSeriesComponent
    - IgxScatterAreaSeriesComponent
    - IgxScatterContourSeriesComponent
    - ScatterPolySeries
    - IgxScatterPolygonSeriesComponent
    - IgxPolarScatterSeriesComponent
    - IgxPolarLineSeriesComponent
    - IgxPolarAreaSeriesComponent
    - IgxPolarSplineSeriesComponent
    - IgxPolarSplineAreaSeriesComponent
    - IgxRadialLineSeriesComponent
    - IgxRadialAreaSeriesComponent
    - IgxRadialPieSeriesComponent
    - IgxRadialColumnSeriesComponent