Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-25 Measurement Studio User ManualComplex Graph ControlUse the Measurement Studio complex graph control, as shown inFigure 2-3, to display ComplexDouble data on a Windows Forms userinterface. A ComplexDouble consists of a real part and an imaginary part.You can use a waveform graph to plot complex waveform data.Figure 2-3. Complex Graph Windows Forms ControlWith the complex graph control and the classes that interface with thecontrol, you can perform the following operations:Plot Operations• Plot and chart ComplexDouble data.• Configure a graph to contain multiple plots to show separate butrelated data on the same graph.• Draw lines or fills from a plot to an X value, Y value, or another plot.• Use the extensible plot and plot area drawing capabilities and events tocustomize the graph appearance.• Configure the plot to display arrows. The arrows indicate the directionof the complex data.• Create custom point and line styles for plots.• Specify anti-aliased plots for plot lines.• Calculate and display error bands.• Display tooltips.