Connect Scatter Chart Points with a Line This topic explains how to connect the points in a scatter chart with a line. A line can help users to more easily visualize the differences between data points on the chart. To create a line that connects the points on a scatter chart, you simply change the ConnectWithLine...
Control the Visibility of a Specific Series Starting in the 2006 Volume 3 release, you can choose to display or hide a specific series on a chart (composite or non-composite) by simply toggling its Visible property. Note Note The Visible property is a property of the SeriesBase class, but not the ISeries interface...
Create Annotations In the Infragistics 2005 Volume 1 release, a new item called Annotations was added to the Chart control. These graphical elements can be used to provide a visual cue or information supplemental to the existing chart data. They can take the form of additional labels, arrows, or other shapes which...
Creating a Composite Chart in Code (Part 1 of 2) This tutorial walks through the process of creating a composite chart through code. All the code in this tutorial requires the following Imports or using directives at the top of the code file: In Visual Basic: In C#: In this tutorial, a function called GetData() is...
Creating a Composite Chart in Code (Part 2 of 2) This topic expands on the Creating a Composite Chart in Code (Part 1 of 2) topic, and demonstrates the power and flexibility of composite charts by adding more layers, chart areas, and legends. Add another axis to the ChartArea. Before adding another chart layer, it...
Creating a Composite Chart Using the Chart Wizard (Part 1 of 2) This tutorial walks through the process of creating a composite chart using the Chart Wizard. By the end of this tutorial, you will be familiar with every aspect of designing a composite chart. Basic Settings for a Composite Chart There are several st...
Creating a Composite Chart Using the Chart Wizard (Part 2 of 2) This section expands on the Creating a Composite Chart Using the Chart Wizard (Part 1 of 2) topic, and demonstrates the power and flexibility of composite charts by adding more layers, chart areas, and legends. Add another axis to the ChartArea . Befo...
Creating a Composite Chart Using the Designer (Part 1 of 2) This tutorial walks through the process of creating a composite chart using the Forms Designers. By the end of this tutorial, you will be familiar with some of the key aspects of designing a composite chart. Basic Settings for a Composite Chart There are ...
Creating a Composite Chart Using the Designer (Part 2 of 2) This section expands on the topic, Creating a Composite Chart Using the Designer (Part 1 of 2), and demonstrates the power and flexibility of composite charts by adding more layers, chart areas, and legends. Add another axis to the ChartArea . Before addi...
Creating a Composite Chart This section offers basic and advanced walkthroughs on the various ways in which you can create a composite chart (i.e., the Chart Wizard, designer, and code): Creating a Composite Chart Using the Chart Wizard (Part 1 of 2) Creating a Composite Chart Using the Chart Wizard (Part 2 of 2) ...