UserPlotType enum¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.UserPlotType
Modifiers: public sealed
Summary¶
Specifies the available plot types that can be selected or generated by a user within the plotting system.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Remarks¶
Use this enumeration to indicate the format or style of data visualization required, such as signal-based plots, scatter plots, or data logger outputs. The specific plot type determines how data points are interpreted and displayed. This enumeration is typically used when configuring or requesting plots in user-facing APIs.
Values¶
| Name | Value | Description |
|---|---|---|
SignalEnumObsTicks | 0 | The signal enum obs ticks. |
DataLoggerEnumObsPoints | 1 | The data logger enum obs points. |
SignalXYTimestamp | 2 | The signal xy timestamp. |
SignalXYPoints | 3 | The signal xy points. |
SignalXYEnumPoints | 4 | The signal xy enum points. |
StreamerEnumObsPoints | 5 | The streamer enum obs points. |
ScatterEnumObsPoints | 6 | The scatter enum obs points. |
ScatterPoints | 7 | The scatter points. |