# Charting Irregular Data

## Content



Datasets, especially when they are dynamically created, can sometimes have irregular attributes that make it difficult for a charting control to handle. Thus, much time can be spent accounting for these inconsistencies before the data reaches the chart. Although [C1Chart](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.C1Chart.html) cannot modify these values automatically, it does accept irregular data and deals with it in a logical and consistent manner.

## See Also

[Irregular Stacked Chart Data](/componentone/docs/win/online-chart2d/chartingdata/chartingirregulardat/irregularstackedchar)

[Irregular X-Axis Data](/componentone/docs/win/online-chart2d/chartingdata/chartingirregulardat/irregularxaxisdata)

[Interpolating Y Value Data](/componentone/docs/win/online-chart2d/chartingdata/chartingirregulardat/interpolatingyvalued)