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¶
| Name | Value | Description |
|---|---|---|
Signal | 0 | The signal. |
Scatter | 1 | The scatter. |
DataLogger | 2 | The data logger. |
Streamer | 3 | The streamer. |
SignalXY | 4 | The signal xy. |