Skip to content

PlotType enum

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.PlotType Modifiers: public sealed

Summary

        Specifies the available plot types for visualizing data in the plotting library.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Remarks

Use this enumeration to select the style of plot to render, such as signal, scatter, data logger, streamer, or signal XY. The choice of plot type determines how data points are displayed and which features are available for interaction and analysis.

Values

NameValueDescription
Signal0The signal.
Scatter1The scatter.
DataLogger2The data logger.
Streamer3The streamer.
SignalXY4The signal xy.