About Column Line Charts A column chart illustrates comparisons among items or shows data changes over a period of time. Values are organized vertically and data is categorized horizontally. A line chart shows trends in data at equal intervals. The column line chart combines both types of charts, showing both cate...
About Composite Charts The composite chart type can be used to combine an infinite number of chart types, axes, chart areas, and legends. It is very flexible and offers few limitations. The composite chart is also more complex and more difficult to learn than any other type of chart. It is highly recommended that ...
About Custom Layers Chart draws each chart layer-by-layer, then presses these layers on top of each other to draw the final chart. Chart core, the internal charting engine, creates the layers one-by-one, depending on the developer’s settings, and then presses them together to create the final chart. This architect...
About Gantt Charts A gantt chart shows floating bars, each of which portray defined start and end times. Gantt charts are most often used in project management, where each bar represents a different task to be accomplished. This architecture allows the application developer to extend the chart easily and with maxi...
About Pareto Charts The y-axis shows the data values which correspond to the columns, and the Y2-axis shows the percentage values which correspond to the line. Note Note To display the Y2-axis, set the UltraChart.Axis.Y2.Visible property to True. This chart is used in quality control, and is most commonly meant to...
About Polar Charts The polar chart is a two-dimensional data representation drawn using linear and radial axes. In the simplest case, it charts a double {angle, radial-distance} representing the distance from the center of the chart and angle of orientation. Other variations are special cases of this intrinsic rep...
About Probability Charts A probability chart is a modified scatter chart which is typically used to plot a level of probability (Y) against a variable (X). The major difference between a probability chart and scatter chart is that in a probability chart, the y-axis scale uses a Gaussian distribution (also known as...
About Radar Charts In a radar chart , each category has its own value axis radiating from the center point. Lines connect all the values in the same series. Radar charts, also called spider charts, are best used to show multiple variables, such as ratings for different areas, performance levels for various divisio...
About Scatter Charts A scatter chart is used either to show the relationship among the items in several distinct series of data, or to plot two sets of values as one series of x/y coordinates. A scatter chart draws attention to uneven intervals or clusters of data. This type of chart is often used to plot scientif...
About Scatter Line Charts A scatter chart is used either to show the relationship among the items in several distinct series of data, or to plot two sets of values as one series of x/y coordinates. A scatter chart draws attention to uneven intervals or clusters of data. This type of chart is often used to plot sci...