Skip to content

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

NameValueDescription
SignalEnumObsTicks0The signal enum obs ticks.
DataLoggerEnumObsPoints1The data logger enum obs points.
SignalXYTimestamp2The signal xy timestamp.
SignalXYPoints3The signal xy points.
SignalXYEnumPoints4The signal xy enum points.
StreamerEnumObsPoints5The streamer enum obs points.
ScatterEnumObsPoints6The scatter enum obs points.
ScatterPoints7The scatter points.